diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-13 15:22:12 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-13 15:22:12 -0500 |
commit | 6ec589062807e238ec89c239e1c2ecce455d9878 (patch) | |
tree | 6e190f38af9a3c23306e7e7efb473f73bac8aad2 | |
parent | cde5a4871bf970541698634d24a755a3d0999f4b (diff) | |
download | roux-6ec589062807e238ec89c239e1c2ecce455d9878.tar.gz |
change debug of ABI to A
-rw-r--r-- | lisc/isel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c index b80ded5..18b3e43 100644 --- 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); } |