diff options
| author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-24 17:36:57 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:32 -0400 |
| commit | d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8 (patch) | |
| tree | 7ce1504e92f496476bd447b4d70fe2915b0e4ad2 | |
| parent | 0f0290c1db732716fd068c1ba24cf3fe4b530392 (diff) | |
| download | roux-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.ssa | 2 |
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 |
