stage2 sema: change impl of @setCold to use zirSetCold (typo?)
This commit is contained in:
committed by
Andrew Kelley
parent
96b77e030f
commit
c7dd3cc535
@@ -457,7 +457,7 @@ pub fn analyzeBody(
|
||||
continue;
|
||||
},
|
||||
.set_cold => {
|
||||
try sema.zirSetAlignStack(block, inst);
|
||||
try sema.zirSetCold(block, inst);
|
||||
continue;
|
||||
},
|
||||
.set_float_mode => {
|
||||
|
||||
Reference in New Issue
Block a user