summary refs log tree commit diff
path: root/lisc/rega.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-05 15:57:04 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-05 15:57:04 -0400
commita18e0ef50f677afbffe0c122d012ffe8c1c3d8b0 (patch)
tree50cfeab707e384bbe67266483cdbcbb9aa53dc6f /lisc/rega.c
parenta5428d33e1c8045029d1935f925d85ea9d9e4013 (diff)
downloadroux-a18e0ef50f677afbffe0c122d012ffe8c1c3d8b0.tar.gz
clean the command line interface
Diffstat (limited to 'lisc/rega.c')
-rw-r--r--lisc/rega.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisc/rega.c b/lisc/rega.c
index 48dc636..b3dbc56 100644
--- a/lisc/rega.c
+++ b/lisc/rega.c
@@ -458,4 +458,9 @@ rega(Fn *fn)
 
 	free(end);
 	free(beg);
+
+	if (debug['R']) {
+		fprintf(stderr, "\n> After register allocation\n");
+		printfn(fn, stderr);
+	}
 }