summaryrefslogtreecommitdiff
path: root/src/jit/gentree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/gentree.cpp')
-rw-r--r--src/jit/gentree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/gentree.cpp b/src/jit/gentree.cpp
index 2ae1c500ad..48d8e76a4b 100644
--- a/src/jit/gentree.cpp
+++ b/src/jit/gentree.cpp
@@ -18036,9 +18036,9 @@ bool GenTreeHWIntrinsic::OperIsMemoryLoadOrStore()
{
#ifdef _TARGET_XARCH_
return OperIsMemoryLoad() || OperIsMemoryStore();
-#else // _TARGET_XARCH_
+#else
return false;
-#endif // _TARGET_XARCH_
+#endif
}
#endif // FEATURE_HW_INTRINSICS