diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 15:52:56 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-24 15:52:56 -0500 |
commit | df61decee5095479f4760f36027a445d8d792373 (patch) | |
tree | 57518bc097906385a8c9d143a47194052606c07a /main.c | |
parent | a35dc8c495467306ca149d642b2d2983922d7a9d (diff) | |
download | roux-df61decee5095479f4760f36027a445d8d792373.tar.gz |
start a new simplification pass
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c index fe68ae0..1a8973f 100644 --- a/main.c +++ b/main.c @@ -59,6 +59,7 @@ func(Fn *fn) loadopt(fn); filluse(fn); ssacheck(fn); + simpl(fn); copy(fn); filluse(fn); fold(fn); |