aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.h
diff options
Diffstat (limited to 'simplify.h')
-rw-r--r--simplify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simplify.h b/simplify.h
index 200d79c0..ed3dd971 100644
--- a/simplify.h
+++ b/simplify.h
@@ -5,4 +5,6 @@
int simplify_instruction(struct instruction *insn);
+int replace_with_pseudo(struct instruction *insn, pseudo_t pseudo);
+
#endif