diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-01-02 01:38:56 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-28 11:41:17 +0100 |
| commit | ffa1eb332ea2c51599f8e1794944cee41065cf61 (patch) | |
| tree | 57d0296e4d064e896c709f71e6b99e41d1fc6eff /simplify.c | |
| parent | e1e909ac779e8c5ee099965884a99b291791b1da (diff) | |
| download | sparse-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ #include "parse.h" #include "expression.h" #include "linearize.h" +#include "simplify.h" #include "flow.h" #include "symbol.h" |
