Commit 8a7730672f

pithlessly <79002325+pithlessly@users.noreply.github.com>
2021-06-20 01:02:42
stage2 sema: change impl of @setCold to use zirSetCold (typo?)
1 parent 37a1028
Changed files (1)
src/Sema.zig
@@ -473,7 +473,7 @@ pub fn analyzeBody(
                 continue;
             },
             .set_cold => {
-                try sema.zirSetAlignStack(block, inst);
+                try sema.zirSetCold(block, inst);
                 i += 1;
                 continue;
             },