aboutsummaryrefslogtreecommitdiffhomepage
path: root/regalloc.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-09 10:46:18 +0200
committerlemon <lsof@mailbox.org>2025-09-09 10:46:18 +0200
commit3bac8a6bc4f04ed9d302896264809b191477e11b (patch)
tree1d82dcf2f92d84ba214c1aa0466ab87c8ccadcba /regalloc.c
parente043811980db560fc2507bb53b644e54c80527dc (diff)
fixes, delnops
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);
}