summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-04-19 16:31:54 -0700
committerQuentin Carbonneaux <quentin@c9x.me>2020-08-06 10:07:14 +0200
commit706d6beca6218caf76f0107d15e79a8f3af1646a (patch)
tree61648fd9204f299a89817fc4f03685f775a2dbdf /all.h
parent9de57265ce8453de0f773c48550ca05460844dd1 (diff)
downloadroux-706d6beca6218caf76f0107d15e79a8f3af1646a.tar.gz
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).
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/all.h b/all.h
index fba93b1..7f843a9 100644
--- a/all.h
+++ b/all.h
@@ -32,7 +32,6 @@ typedef struct Target Target;
 
 enum {
 	NString = 64,
-	NPred   = 127,
 	NIns    = 1 << 20,
 	NAlign  = 3,
 	NField  = 32,