summaryrefslogtreecommitdiff
path: root/src/jit/stackfp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/stackfp.cpp')
-rw-r--r--src/jit/stackfp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/stackfp.cpp b/src/jit/stackfp.cpp
index afdec7ec0b..e41a79c2e5 100644
--- a/src/jit/stackfp.cpp
+++ b/src/jit/stackfp.cpp
@@ -2277,7 +2277,7 @@ void CodeGen::genCodeForTreeStackFP_SmpOp(GenTreePtr tree)
assert(mathIns[CORINFO_INTRINSIC_Sqrt] == INS_fsqrt);
assert(mathIns[CORINFO_INTRINSIC_Abs] == INS_fabs);
assert(mathIns[CORINFO_INTRINSIC_Round] == INS_frndint);
- assert((unsigned)(tree->gtIntrinsic.gtIntrinsicId) < sizeof(mathIns) / sizeof(mathIns[0]));
+ assert((unsigned)(tree->gtIntrinsic.gtIntrinsicId) < _countof(mathIns));
instGen(mathIns[tree->gtIntrinsic.gtIntrinsicId]);
// mark register that holds tree