We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a119ce commit 1290a20Copy full SHA for 1290a20
1 file changed
lib/Backend/IRBuilder.cpp
@@ -755,7 +755,7 @@ IRBuilder::Build()
755
if (IsLoopBodyInTry() && lastProcessedInstrForJITLoopBody != m_lastInstr)
756
{
757
// traverse in backward so we get new/later value of given symId for storing instead of the earlier/stale
758
- // symId value. m_stStores is used to prevent multiple stores to the same symId.
+ // symId value. m_stSlots is used to prevent multiple stores to the same symId.
759
FOREACH_INSTR_BACKWARD_EDITING_IN_RANGE(
760
instr,
761
instrPrev,
0 commit comments