aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-01-02 01:40:13 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-11-28 11:41:21 +0100
commit3a3955b5ecbfb27d341e9e0903dff83cffcb3a4d (patch)
tree20024b3b3400070594de27eb4a836de9ce044917 /simplify.h
parentffa1eb332ea2c51599f8e1794944cee41065cf61 (diff)
downloadsparse-dev-3a3955b5ecbfb27d341e9e0903dff83cffcb3a4d.tar.gz
make replace_with_pseudo() extern
This function can be useful since it can be useful in other files, for example in memops.c So make it extern.. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
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