qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit d9b9c68532a47d9ba84249f17ce2e7dd0d1df3c8
parent 0f0290c1db732716fd068c1ba24cf3fe4b530392
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 24 Aug 2015 17:36:57 -0400

new meaning for comparison types

Before, they designated the width of the comparison
result, but now, it specifies the size of the arguments.

Diffstat:
Mlisc/test/cup.ssa | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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