summary refs log tree commit diff
path: root/lisc/test
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-11 21:29:06 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-11 21:29:06 -0500
commit681fc07defc8902d5b3d827bac50eedc748f8664 (patch)
treedcf91f296b905f9b64ca20b70add3b6bc2536cce /lisc/test
parenta3a1fc0c8025117139d5e8e6ba4c88ecbe978981 (diff)
downloadroux-681fc07defc8902d5b3d827bac50eedc748f8664.tar.gz
get rid of dead assignment in fix4.ssa
Diffstat (limited to 'lisc/test')
-rw-r--r--lisc/test/fix4.ssa1
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