Skip to content

Commit 1290a20

Browse files
committed
Fix typo in comment
1 parent 3a119ce commit 1290a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Backend/IRBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ IRBuilder::Build()
755755
if (IsLoopBodyInTry() && lastProcessedInstrForJITLoopBody != m_lastInstr)
756756
{
757757
// 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.
758+
// symId value. m_stSlots is used to prevent multiple stores to the same symId.
759759
FOREACH_INSTR_BACKWARD_EDITING_IN_RANGE(
760760
instr,
761761
instrPrev,

0 commit comments

Comments
 (0)