From c7dd3cc5350b56a5afbaec89916f0799b4e017e1 Mon Sep 17 00:00:00 2001 From: pithlessly <79002325+pithlessly@users.noreply.github.com> Date: Sat, 19 Jun 2021 16:02:42 -0700 Subject: [PATCH] stage2 sema: change impl of @setCold to use zirSetCold (typo?) --- src/Sema.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sema.zig b/src/Sema.zig index 718e145a7d..faae6e9303 100644 --- a/src/Sema.zig +++ b/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 => {