qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit a5dffd6c24ddda8307d67b14eb068ffc3715ef28
parent 4467769253ea6f11a8899529c075249d8bc7d135
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri,  4 Mar 2016 10:31:59 -0500

bump up NIns, should not hurt us

Diffstat:
Mlisc/lisc.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/lisc.h b/lisc/lisc.h @@ -78,7 +78,7 @@ enum Reg { enum { NString = 32, NPred = 15, - NIns = 256, + NIns = 8192, NAlign = 3, NSeg = 32, NTyp = 128,