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 /main.c | |
| parent | a35dc8c495467306ca149d642b2d2983922d7a9d (diff) | |
start a new simplification pass
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ func(Fn *fn) loadopt(fn); filluse(fn); ssacheck(fn); + simpl(fn); copy(fn); filluse(fn); fold(fn); |
