Remove ir_label since it is no longer used.

This commit is contained in:
Kenneth Graunke
2010-04-21 15:14:02 -07:00
committed by Ian Romanick
parent 9fa99f3b6c
commit 3289886688
12 changed files with 0 additions and 84 deletions
-7
View File
@@ -43,13 +43,6 @@ ir_constant_folding_visitor::visit(ir_variable *ir)
}
void
ir_constant_folding_visitor::visit(ir_label *ir)
{
ir->signature->accept(this);
}
void
ir_constant_folding_visitor::visit(ir_function_signature *ir)
{