qbe

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

commit 6ec589062807e238ec89c239e1c2ecce455d9878
parent cde5a4871bf970541698634d24a755a3d0999f4b
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 13 Nov 2015 15:22:12 -0500

change debug of ABI to A

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

diff --git a/lisc/isel.c b/lisc/isel.c @@ -821,7 +821,7 @@ isel(Fn *fn) idup(&b->ins, curi, b->nins); } - if (debug['C']) { + if (debug['A']) { fprintf(stderr, "\n> After call lowering:\n"); printfn(fn, stderr); }