Skip to content

Commit 40028db

Browse files
Chakra Automationpleath
authored andcommitted
1 parent 9260358 commit 40028db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/BackwardPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5891,7 +5891,7 @@ BackwardPass::InsertTypeTransitionsAtPotentialKills()
58915891
// This is the sym we're tracking. No aliasing to worry about.
58925892
return false;
58935893
}
5894-
if (propertySymOpnd->IsMono() && data->GetInitialType() != propertySymOpnd->GetType())
5894+
if (propertySymOpnd->NeedsMonoCheck() && data->GetInitialType() != propertySymOpnd->GetType())
58955895
{
58965896
// Type mismatch in a monomorphic case -- no aliasing.
58975897
return false;

0 commit comments

Comments
 (0)