aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/regalloc.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-21 17:07:28 +0100
committerlemon <lsof@mailbox.org>2025-11-21 17:35:55 +0100
commit87f9753fb776a1fa6e59baef759e4687fb9a1ac7 (patch)
tree192e36f06ac1bda63c3dceced36cb9c8562ca713 /ir/regalloc.c
parent821adf9e5c962c97e46f3a215c876bc10916e302 (diff)
ir: barebones IR passes checked contracts
Diffstat (limited to 'ir/regalloc.c')
-rw-r--r--ir/regalloc.c2
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