authorgravatar for 79002325+pithlessly@users.noreply.github.compithlessly <79002325+pithlessly@users.noreply.github.com> 2021-06-19 16:02:42-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-20 16:37:55-07:00
logc7dd3cc5350b56a5afbaec89916f0799b4e017e1
tree7c92d0fd299d455ce6a928bfbdbdc807b08dded4
parent96b77e030fa659539adf0fb421c01451c8980b35

stage2 sema: change impl of @setCold to use zirSetCold (typo?)


1 files changed, 1 insertions(+), 1 deletions(-)

src/Sema.zig+1-1
...@@ -457,7 +457,7 @@ pub fn analyzeBody(...@@ -457,7 +457,7 @@ pub fn analyzeBody(
457 continue;457 continue;
458 },458 },
459 .set_cold => {459 .set_cold => {
460 try sema.zirSetAlignStack(block, inst);460 try sema.zirSetCold(block, inst);
461 continue;461 continue;
462 },462 },
463 .set_float_mode => {463 .set_float_mode => {