diff options
| author | 2023-06-05 09:32:17 +0200 | |
|---|---|---|
| committer | 2023-06-05 09:32:17 +0200 | |
| commit | efc0cf8039cbff5e0f0d52fd7414c7186129b6ac (patch) | |
| tree | 27aabd39ebe1c778f052edaf7088eded379f0108 /ir.c | |
| parent | 6ce2ac20e1d9095281a233aeb778d0fa2c82dd74 (diff) | |
command line switch for debug options
Diffstat (limited to 'ir.c')
| -rw-r--r-- | ir.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,5 +1,4 @@ #include "ir.h" -#include "common.h" uchar type2cls[NTYPETAG]; uchar cls2siz[KF8+1]; @@ -385,8 +384,6 @@ irfini(struct function *fn) if (!nerror) { abi0(fn); regalloc(fn); - efmt("after regalloc:\n"); - irdump(fn, fn->name); } freefn(fn); |