summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-25 14:48:15 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2017-02-25 15:14:12 -0500
commit2c2db15995ce6c0f362d65e174d5a1b933057b80 (patch)
treec6faa1a0bbe472420be1372c9762f11be4403d8f /main.c
parente46b4e31e83f2f9d638ddffc5575795565f15e88 (diff)
downloadroux-2c2db15995ce6c0f362d65e174d5a1b933057b80.tar.gz
do sign/zero extensions removal in copy.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1a8973f..fe68ae0 100644
--- a/main.c
+++ b/main.c
@@ -59,7 +59,6 @@ func(Fn *fn)
 	loadopt(fn);
 	filluse(fn);
 	ssacheck(fn);
-	simpl(fn);
 	copy(fn);
 	filluse(fn);
 	fold(fn);