mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
== and != do not consider signs
This commit is contained in:
parent
04ed7f56aa
commit
5b8b78f2f1
@ -242,8 +242,8 @@ expr(Node *n)
|
|||||||
['%'] = "rem",
|
['%'] = "rem",
|
||||||
['<'] = "cslt", /* meeeeh, careful with pointers */
|
['<'] = "cslt", /* meeeeh, careful with pointers */
|
||||||
['l'] = "csle",
|
['l'] = "csle",
|
||||||
['e'] = "cseq",
|
['e'] = "ceq",
|
||||||
['n'] = "csne",
|
['n'] = "cne",
|
||||||
};
|
};
|
||||||
Symb sr, s0, s1;
|
Symb sr, s0, s1;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user