From fcf7571a0edc8ba028897bdb468d6b4fbd23c77c Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Thu, 6 Jul 2017 15:28:43 -0700 Subject: [PATCH] Added explicit cast float -> double for arguments --- src/jit/morph.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index cd63dff..8fd0841 100644 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -10905,9 +10905,7 @@ GenTreePtr Compiler::fgMorphSmpOp(GenTreePtr tree, MorphAddrContext* mac) if (fgGlobalMorph) { -#if !FEATURE_STACK_FP_X87 tree = fgMorphForRegisterFP(tree); -#endif } genTreeOps oper = tree->OperGet(); -- 2.7.4