Added explicit cast float -> double for arguments
authorRoman Artemev <rartemev@microsoft.com>
Thu, 6 Jul 2017 22:28:43 +0000 (15:28 -0700)
committerRoman Artemev <rartemev@microsoft.com>
Thu, 6 Jul 2017 23:35:34 +0000 (16:35 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/fcf7571a0edc8ba028897bdb468d6b4fbd23c77c

src/coreclr/src/jit/morph.cpp

index cd63dff..8fd0841 100644 (file)
@@ -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();