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
-6
View File
@@ -108,12 +108,6 @@ ir_expression::get_num_operands(void)
return num_operands[this->operation];
}
ir_label::ir_label(const char *label, ir_function_signature *signature)
: label(label), signature(signature)
{
/* empty */
}
ir_constant::ir_constant(const struct glsl_type *type, const void *data)
{