summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/ir.h b/ir.h
index 0d5b2e4d71..fa9a1321e3 100644
--- a/ir.h
+++ b/ir.h
@@ -183,26 +183,6 @@ public:
};
-class ir_label : public ir_instruction {
-public:
- ir_label(const char *label, ir_function_signature *signature);
-
- virtual ir_label *as_label()
- {
- return this;
- }
-
- virtual void accept(ir_visitor *v)
- {
- v->visit(this);
- }
-
- const char *label;
-
- ir_function_signature *signature;
-};
-
-
/*@{*/
/**
* The representation of a function instance; may be the full definition or