From 3bac8a6bc4f04ed9d302896264809b191477e11b Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Sep 2025 10:46:18 +0200 Subject: fixes, delnops --- regalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regalloc.c') 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); } -- cgit v1.2.3