Skip to content

Commit 9418150

Browse files
committed
1 parent a4e5654 commit 9418150

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
@@ -3603,7 +3603,7 @@ GlobOpt::OptSrc(IR::Opnd *opnd, IR::Instr * *pInstr, Value **indirIndexValRef, I
36033603

36043604
opnd->SetValueType(valueType);
36053605

3606-
if(!IsLoopPrePass() && opnd->IsSymOpnd() && valueType.IsDefinite())
3606+
if(!IsLoopPrePass() && opnd->IsSymOpnd() && (valueType.IsDefinite() || valueType.IsNotTaggedValue()))
36073607
{
36083608
if (opnd->AsSymOpnd()->m_sym->IsPropertySym())
36093609
{

0 commit comments

Comments
 (0)