diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-11 21:29:06 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-11 21:29:06 -0500 |
commit | 681fc07defc8902d5b3d827bac50eedc748f8664 (patch) | |
tree | dcf91f296b905f9b64ca20b70add3b6bc2536cce | |
parent | a3a1fc0c8025117139d5e8e6ba4c88ecbe978981 (diff) | |
download | roux-681fc07defc8902d5b3d827bac50eedc748f8664.tar.gz |
get rid of dead assignment in fix4.ssa
-rw-r--r-- | lisc/test/fix4.ssa | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/test/fix4.ssa b/lisc/test/fix4.ssa index 7ca8e2d..0d3ccb6 100644 --- a/lisc/test/fix4.ssa +++ b/lisc/test/fix4.ssa @@ -4,7 +4,6 @@ function $test() { %n =w copy 2 @loop %c =w ceq %n, 10000 - %t =w copy 3 jnz %c, @end, @next @next %t =w copy 3 |