aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-01-02 01:38:56 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-11-28 11:41:17 +0100
commitffa1eb332ea2c51599f8e1794944cee41065cf61 (patch)
tree57d0296e4d064e896c709f71e6b99e41d1fc6eff /simplify.c
parente1e909ac779e8c5ee099965884a99b291791b1da (diff)
downloadsparse-dev-ffa1eb332ea2c51599f8e1794944cee41065cf61.tar.gz
make a header for simplification
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>
Diffstat (limited to 'simplify.c')
-rw-r--r--simplify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplify.c b/simplify.c
index 29b368e9..69eae4f8 100644
--- a/simplify.c
+++ b/simplify.c
@@ -44,6 +44,7 @@
#include "parse.h"
#include "expression.h"
#include "linearize.h"
+#include "simplify.h"
#include "flow.h"
#include "symbol.h"