summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-24 17:36:57 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:32 -0400
commitd9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8 (patch)
tree7ce1504e92f496476bd447b4d70fe2915b0e4ad2
parent0f0290c1db732716fd068c1ba24cf3fe4b530392 (diff)
downloadroux-d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8.tar.gz
new meaning for comparison types
Before, they designated the width of the comparison
result, but now, it specifies the size of the arguments.
-rw-r--r--lisc/test/cup.ssa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/cup.ssa b/lisc/test/cup.ssa
index da9bd77..184b861 100644
--- a/lisc/test/cup.ssa
+++ b/lisc/test/cup.ssa
@@ -4,7 +4,7 @@
 @loop
 	%n0  =l phi @start -1988, @loop %n1
 	%n1  =l add 1, %n0
-	%cmp =w csle 1991, %n1
+	%cmp =l csle 1991, %n1
 	jnz %cmp, @end, @loop
 @end
 	ret