Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/coreclr/jit/emit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ void* emitter::emitAddLabel(VARSET_VALARG_TP GCvars, regMaskTP gcrefRegs, regMas
// instruction emitted. This will guarantee that the information stays up-to-date. Later if we
// notice a loop that encloses another loop, this information helps in removing the align field from
// such loops.
// We need to only update emitAlignLast because we do not align intermingled or overlapping loops.
// We need to only update emitAlignLastGroup because we do not align intermingled or overlapping loops.
emitAlignLastGroup->idaLoopHeadPredIG = emitCurIG;
}
#endif // FEATURE_LOOP_ALIGN
Expand Down
Loading