From 35159b542c793e607a28bbffb12ab51e1081ca9b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 2 Jun 2010 13:39:45 -0700 Subject: There is no class ir_label, so there's no need for ir_instruction::as_label --- ir.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ir.h') diff --git a/ir.h b/ir.h index 784e41fcb6..bf3400aa92 100644 --- a/ir.h +++ b/ir.h @@ -58,7 +58,6 @@ public: virtual class ir_dereference * as_dereference() { return NULL; } virtual class ir_dereference_array * as_dereference_array() { return NULL; } virtual class ir_rvalue * as_rvalue() { return NULL; } - virtual class ir_label * as_label() { return NULL; } virtual class ir_loop * as_loop() { return NULL; } virtual class ir_assignment * as_assignment() { return NULL; } virtual class ir_call * as_call() { return NULL; } -- cgit v1.2.3