diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index ba1e0dabfc49..8243d7a07408 100644 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -10839,7 +10839,7 @@ CM_OVF_OP : changeToShift = true; } } - +#endif // LEA_AVAILABLE if (changeToShift) { // vnStore is null before the ValueNumber phase has run @@ -10855,7 +10855,6 @@ CM_OVF_OP : goto DONE_MORPHING_CHILDREN; } -#endif // LEA_AVAILABLE } else if (fgOperIsBitwiseRotationRoot(oper)) {