aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.h
AgeCommit message (Collapse)AuthorFilesLines
2020-11-28make replace_with_pseudo() externLuc Van Oostenryck1-0/+2
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>
2020-11-28make a header for simplificationLuc Van Oostenryck1-0/+8
The few external functions defined in simplify.h are declared in flow.h (for historical reasons). In preparation for some changes, create a specific headers for these. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>