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
-8
View File
@@ -63,14 +63,6 @@ namespace rsx::assembler
return graph; 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) TEST(TestFPIR, FromSource)
{ {
auto ir = FPIR::from_source(R"( auto ir = FPIR::from_source(R"(