diff options
Diffstat (limited to 'ir/regalloc.c')
| -rw-r--r-- | ir/regalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ir/regalloc.c b/ir/regalloc.c index 8c8b39c..e9909ae 100644 --- a/ir/regalloc.c +++ b/ir/regalloc.c @@ -411,6 +411,8 @@ fixcssa(struct function *fn) } } } while ((blk = blk->lnext) != fn->entry); + + fn->prop &= ~FNBLKID; } static inline bool |