diff options
Diffstat (limited to 'simplify.h')
| -rw-r--r-- | simplify.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,4 +5,6 @@ int simplify_instruction(struct instruction *insn); +int replace_with_pseudo(struct instruction *insn, pseudo_t pseudo); + #endif |
