summaryrefslogtreecommitdiff
path: root/includes/compiler/IrOptimizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/IrOptimizer.h')
-rw-r--r--includes/compiler/IrOptimizer.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/compiler/IrOptimizer.h b/includes/compiler/IrOptimizer.h
new file mode 100644
index 0000000..ef86286
--- /dev/null
+++ b/includes/compiler/IrOptimizer.h
@@ -0,0 +1,9 @@
+#ifndef COMPILER_IROPTIMIZER_H
+#define COMPILER_IROPTIMIZER_H
+
+#include "compiler/common.h"
+
+// do me
+extern Statement *IRO_Optimizer(Object *obj, Statement *stmt);
+
+#endif