aboutsummaryrefslogtreecommitdiffhomepage
path: root/regalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'regalloc.c')
-rw-r--r--regalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regalloc.c b/regalloc.c
index a922f10..7d215dd 100644
--- a/regalloc.c
+++ b/regalloc.c
@@ -877,7 +877,7 @@ regalloc(struct function *fn)
fillblkids(fn);
if (ccopt.dbg.r) {
- DBG("<< Before linear scan >>\n");
+ efmt("<< Before linear scan >>\n");
irdump(fn);
}