// so if possible it was set above.
tryToSwap = false;
}
- else if ((oper == GT_INTRINSIC) && Compiler::IsIntrinsicImplementedByUserCall(tree->AsIntrinsic()->gtIntrinsicId))
+ else if ((oper == GT_INTRINSIC) &&
+ Compiler::IsIntrinsicImplementedByUserCall(tree->AsIntrinsic()->gtIntrinsicId))
{
// We do not swap operand execution order for intrinsics that are implemented by user calls
// because of trickiness around ensuring the execution order does not change during rationalization.