Skip to content

Commit 03644f0

Browse files
authored
update comment (#116869)
1 parent aa6cca9 commit 03644f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/emit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@ void* emitter::emitAddLabel(VARSET_VALARG_TP GCvars, regMaskTP gcrefRegs, regMas
28652865
// instruction emitted. This will guarantee that the information stays up-to-date. Later if we
28662866
// notice a loop that encloses another loop, this information helps in removing the align field from
28672867
// such loops.
2868-
// We need to only update emitAlignLast because we do not align intermingled or overlapping loops.
2868+
// We need to only update emitAlignLastGroup because we do not align intermingled or overlapping loops.
28692869
emitAlignLastGroup->idaLoopHeadPredIG = emitCurIG;
28702870
}
28712871
#endif // FEATURE_LOOP_ALIGN

0 commit comments

Comments
 (0)