Skip to content

Commit

Permalink
another similar fix
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@7876c66
  • Loading branch information
AndyAyersMS committed Apr 18, 2019
1 parent 9c89064 commit 965c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/rationalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ Compiler::fgWalkResult Rationalizer::RewriteNode(GenTree** useEdge, Compiler::Ge
#ifdef FEATURE_SIMD
case GT_SIMD:
{
noway_assert(comp->featureSIMD);
noway_assert(comp->supportSIMDTypes());
GenTreeSIMD* simdNode = node->AsSIMD();
unsigned simdSize = simdNode->gtSIMDSize;
var_types simdType = comp->getSIMDTypeForSize(simdSize);
Expand Down

0 comments on commit 965c461

Please sign in to comment.