From 87f9753fb776a1fa6e59baef759e4687fb9a1ac7 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 21 Nov 2025 17:07:28 +0100 Subject: ir: barebones IR passes checked contracts --- ir/regalloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ir/regalloc.c') 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 -- cgit v1.2.3