aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.h
diff options
Diffstat (limited to 'simplify.h')
-rw-r--r--simplify.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/simplify.h b/simplify.h
new file mode 100644
index 00000000..200d79c0
--- /dev/null
+++ b/simplify.h
@@ -0,0 +1,8 @@
+#ifndef SIMPLIFY_H
+#define SIMPLIFY_H
+
+#include "linearize.h"
+
+int simplify_instruction(struct instruction *insn);
+
+#endif