diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:39:45 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:39:45 -0700 |
commit | 35159b542c793e607a28bbffb12ab51e1081ca9b (patch) | |
tree | b27e7023890ce025dfa80d57a6f1633d12e4efdd | |
parent | c8021ee01d7ea57ada56398061ed7c03398bc965 (diff) |
There is no class ir_label, so there's no need for ir_instruction::as_label
-rw-r--r-- | ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |