mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
stage2 sema: change impl of @setCold to use zirSetCold (typo?)
This commit is contained in:
parent
37a1028b6e
commit
8a7730672f
@ -473,7 +473,7 @@ pub fn analyzeBody(
|
||||
continue;
|
||||
},
|
||||
.set_cold => {
|
||||
try sema.zirSetAlignStack(block, inst);
|
||||
try sema.zirSetCold(block, inst);
|
||||
i += 1;
|
||||
continue;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user