diff options
Diffstat (limited to 'flow.h')
| -rw-r--r-- | flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
