rsx/gtest: Drop unused function

This commit is contained in:
kd-11 2025-12-10 11:50:09 +03:00 committed by kd-11
parent 1ea3c121fa
commit 0f1eadcab0
1 changed files with 0 additions and 8 deletions

View File

@ -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"(