diff options
Diffstat (limited to 'regalloc.c')
| -rw-r--r-- | regalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |