diff options
| author | Quentin Carbonneaux <[email protected]> | 2017-02-24 15:52:56 -0500 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2017-02-24 15:52:56 -0500 |
| commit | df61decee5095479f4760f36027a445d8d792373 (patch) | |
| tree | 57518bc097906385a8c9d143a47194052606c07a /all.h | |
| parent | a35dc8c495467306ca149d642b2d2983922d7a9d (diff) | |
start a new simplification pass
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -588,6 +588,9 @@ void fillrpo(Fn *); void ssa(Fn *); void ssacheck(Fn *); +/* simpl.c */ +void simpl(Fn *); + /* copy.c */ void copy(Fn *); |
