summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/isel.c2
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);
 	}