From d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 24 Aug 2015 17:36:57 -0400 Subject: [PATCH] new meaning for comparison types Before, they designated the width of the comparison result, but now, it specifies the size of the arguments. --- lisc/test/cup.ssa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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