Commit c7dd3cc535

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 96b77e0
Changed files (1)
src/Sema.zig
@@ -457,7 +457,7 @@ pub fn analyzeBody(
                 continue;
             },
             .set_cold => {
-                try sema.zirSetAlignStack(block, inst);
+                try sema.zirSetCold(block, inst);
                 continue;
             },
             .set_float_mode => {