Skip to content

Commit a01fd58

Browse files
committed
Resolve comment
1 parent 5352998 commit a01fd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/lowerxarch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void Lowering::LowerStoreIndir(GenTreeStoreInd* node)
112112
return;
113113
}
114114

115-
if (!node->Data()->AsVecCon()->TypeIs(TYP_SIMD32) && !node->Data()->AsVecCon()->TypeIs(TYP_SIMD64))
115+
if (!node->Data()->AsVecCon()->TypeIs(TYP_SIMD32, TYP_SIMD64))
116116
{
117117
return;
118118
}

0 commit comments

Comments
 (0)