mirror of https://github.com/RPCS3/rpcs3
rsx/gtest: Drop unused function
This commit is contained in:
parent
1ea3c121fa
commit
0f1eadcab0
|
|
@ -63,14 +63,6 @@ namespace rsx::assembler
|
|||
return graph;
|
||||
}
|
||||
|
||||
static BasicBlock* BB_from_source(FlowGraph* graph, const std::string& asm_)
|
||||
{
|
||||
auto ir = FPIR::from_source(asm_);
|
||||
graph->blocks.push_back({});
|
||||
BasicBlock& bb = graph->blocks.back();
|
||||
bb.instructions = ir.instructions();
|
||||
return &bb;
|
||||
}
|
||||
TEST(TestFPIR, FromSource)
|
||||
{
|
||||
auto ir = FPIR::from_source(R"(
|
||||
|
|
|
|||
Loading…
Reference in New Issue