mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Move NPred in parse.c and decrease it
This now only limits the number of arguments when parsing the input SSA, which is usually a small fixed size (depending on the frontend).
This commit is contained in:
parent
9de57265ce
commit
706d6beca6
1
all.h
1
all.h
@ -32,7 +32,6 @@ typedef struct Target Target;
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
NString = 64,
|
NString = 64,
|
||||||
NPred = 127,
|
|
||||||
NIns = 1 << 20,
|
NIns = 1 << 20,
|
||||||
NAlign = 3,
|
NAlign = 3,
|
||||||
NField = 32,
|
NField = 32,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user