diff options
| author | 2025-11-21 17:07:28 +0100 | |
|---|---|---|
| committer | 2025-11-21 17:35:55 +0100 | |
| commit | 87f9753fb776a1fa6e59baef759e4687fb9a1ac7 (patch) | |
| tree | 192e36f06ac1bda63c3dceced36cb9c8562ca713 /amd64/isel.c | |
| parent | 821adf9e5c962c97e46f3a215c876bc10916e302 (diff) | |
ir: barebones IR passes checked contracts
Diffstat (limited to 'amd64/isel.c')
| -rw-r--r-- | amd64/isel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/amd64/isel.c b/amd64/isel.c index 2ae9a92..6541c10 100644 --- a/amd64/isel.c +++ b/amd64/isel.c @@ -618,6 +618,8 @@ amd64_isel(struct function *fn) bfmt(ccopt.dbgout, "<< After isel >>\n"); irdump(fn); } + + fn->prop = 0; } /* vim:set ts=3 sw=3 expandtab: */ |