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