another similar fix
authorAndy Ayers <andya@microsoft.com>
Thu, 18 Apr 2019 00:03:12 +0000 (17:03 -0700)
committerAndy Ayers <andya@microsoft.com>
Thu, 18 Apr 2019 00:03:12 +0000 (17:03 -0700)
src/jit/rationalize.cpp

index 6f4491b..e226212 100644 (file)
@@ -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);