authorgravatar for 79002325+pithlessly@users.noreply.github.compithlessly <79002325+pithlessly@users.noreply.github.com> 2021-06-19 16:02:42-07:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2021-06-20 19:50:06+03:00
log8a7730672f33199b6f85cba84990dd35197f8fb6
treece86ecd42fce4e62a210cc26f0cba1ace3891b62
parent37a1028b6e894881b85feb3d8555cacfabbc45a2

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


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

src/Sema.zig+1-1
......@@ -473,7 +473,7 @@ pub fn analyzeBody(
473473 continue;
474474 },
475475 .set_cold => {
476 try sema.zirSetAlignStack(block, inst);
476 try sema.zirSetCold(block, inst);
477477 i += 1;
478478 continue;
479479 },