We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789f722 commit 792d774Copy full SHA for 792d774
lib/Backend/GlobOpt.cpp
@@ -17658,7 +17658,7 @@ void GlobOpt::PRE::RemoveOverlyOptimisticInitialValues(Loop * loop)
17658
{
17659
BasicBlock * landingPad = loop->landingPad;
17660
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
+ // For a property sym whose obj ptr sym wasn't live in the landing pad, we can optimistically (if the obj ptr sym was
17662
// single def) insert an initial value in the landing pad, with the hope that PRE could make the obj ptr sym live.
17663
// 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
17664
0 commit comments