mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
new meaning for comparison types
Before, they designated the width of the comparison result, but now, it specifies the size of the arguments.
This commit is contained in:
parent
0f0290c1db
commit
d9b9c68532
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user