aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flow.h
diff options
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flow.h b/flow.h
index 14a91d98..0b3a4002 100644
--- a/flow.h
+++ b/flow.h
@@ -9,5 +9,6 @@ extern void pack_basic_blocks(struct entrypoint *ep);
extern void convert_instruction_target(struct instruction *insn, pseudo_t src);
extern void cleanup_and_cse(struct entrypoint *ep);
+extern int simplify_instruction(struct instruction *);
#endif