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 9260358 commit 40028dbCopy full SHA for 40028db
lib/Backend/BackwardPass.cpp
@@ -5891,7 +5891,7 @@ BackwardPass::InsertTypeTransitionsAtPotentialKills()
5891
// This is the sym we're tracking. No aliasing to worry about.
5892
return false;
5893
}
5894
- if (propertySymOpnd->IsMono() && data->GetInitialType() != propertySymOpnd->GetType())
+ if (propertySymOpnd->NeedsMonoCheck() && data->GetInitialType() != propertySymOpnd->GetType())
5895
{
5896
// Type mismatch in a monomorphic case -- no aliasing.
5897
0 commit comments