mirror of
git://c9x.me/qbe.git
synced 2026-04-06 18:39:48 +00:00
follow suggestion of gcc
This commit is contained in:
parent
76e877f125
commit
bca7e0c32d
@ -88,7 +88,7 @@ enum {
|
|||||||
#define CON_Z CON(0) /* reserved zero constant */
|
#define CON_Z CON(0) /* reserved zero constant */
|
||||||
#define SLOT(x) (Ref){RSlot, x}
|
#define SLOT(x) (Ref){RSlot, x}
|
||||||
#define TYP(x) (Ref){RAlt, x}
|
#define TYP(x) (Ref){RAlt, x}
|
||||||
#define CALL(x) (Ref){RAlt, x|RCallm}
|
#define CALL(x) (Ref){RAlt, (x)|RCallm}
|
||||||
|
|
||||||
static inline int req(Ref a, Ref b)
|
static inline int req(Ref a, Ref b)
|
||||||
{ return a.type == b.type && a.val == b.val; }
|
{ return a.type == b.type && a.val == b.val; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user