summaryrefslogtreecommitdiff
path: root/src/jit/compiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/compiler.hpp')
-rw-r--r--src/jit/compiler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.hpp b/src/jit/compiler.hpp
index b1dcde30e1..7e1619ba1f 100644
--- a/src/jit/compiler.hpp
+++ b/src/jit/compiler.hpp
@@ -4891,7 +4891,7 @@ void GenTree::VisitOperands(TVisitor visitor)
return;
#endif // FEATURE_SIMD
-#if FEATURE_HW_INTRINSICS
+#ifdef FEATURE_HW_INTRINSICS
case GT_HWIntrinsic:
if ((this->AsHWIntrinsic()->gtOp1 != nullptr) && this->AsHWIntrinsic()->gtOp1->OperIsList())
{