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:
Michael Forney 2020-04-19 16:31:54 -07:00 committed by Quentin Carbonneaux
parent 9de57265ce
commit 706d6beca6
2 changed files with 2 additions and 1 deletions

1
all.h
View file

@ -32,7 +32,6 @@ typedef struct Target Target;
enum {
NString = 64,
NPred = 127,
NIns = 1 << 20,
NAlign = 3,
NField = 32,