mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
change debug of ABI to A
This commit is contained in:
parent
cde5a4871b
commit
6ec5890628
@ -821,7 +821,7 @@ isel(Fn *fn)
|
|||||||
idup(&b->ins, curi, b->nins);
|
idup(&b->ins, curi, b->nins);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (debug['C']) {
|
if (debug['A']) {
|
||||||
fprintf(stderr, "\n> After call lowering:\n");
|
fprintf(stderr, "\n> After call lowering:\n");
|
||||||
printfn(fn, stderr);
|
printfn(fn, stderr);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user