diff options
| author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-06 16:35:17 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:30 -0400 |
| commit | 7dc3e5dcf60d1995857c85773cd15c9904ec9abd (patch) | |
| tree | 80fdc629c43569d868705622b8139f1628efd03f /lisc/test | |
| parent | 27f32f26b32d9dd4138f30a23baaea237984c58c (diff) | |
| download | roux-7dc3e5dcf60d1995857c85773cd15c9904ec9abd.tar.gz | |
split cmp in two sizes
Diffstat (limited to 'lisc/test')
| -rw-r--r-- | lisc/test/cup.ssa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/test/cup.ssa b/lisc/test/cup.ssa index 4ffcf29..bd6501e 100644 --- a/lisc/test/cup.ssa +++ b/lisc/test/cup.ssa @@ -2,8 +2,8 @@ @start @loop - %n0 =w phi @start -1988, @loop %n1 - %n1 =w add 1, %n0 + %n0 =l phi @start -1988, @loop %n1 + %n1 =l add 1, %n0 %cmp =w csle 1991, %n1 jez %cmp, @loop, @end @end |
