Skip to content

Commit 792d774

Browse files
optmistically -> optimistically
1 parent 789f722 commit 792d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/GlobOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17658,7 +17658,7 @@ void GlobOpt::PRE::RemoveOverlyOptimisticInitialValues(Loop * loop)
1765817658
{
1765917659
BasicBlock * landingPad = loop->landingPad;
1766017660

17661-
// For a property sym whose obj ptr sym wasn't live in the landing pad, we can optmistically (if the obj ptr sym was
17661+
// For a property sym whose obj ptr sym wasn't live in the landing pad, we can optimistically (if the obj ptr sym was
1766217662
// single def) insert an initial value in the landing pad, with the hope that PRE could make the obj ptr sym live.
1766317663
// But, if PRE couldn't make the obj ptr sym live, we need to clear the value for the property sym from the landing pad
1766417664

0 commit comments

Comments
 (0)