Fix inconsistent uint64-to-double cast
authorSejong OH <sejooh@microsoft.com>
Fri, 11 Mar 2016 07:30:23 +0000 (23:30 -0800)
committerSejong Oh <sejooh@microsoft.com>
Fri, 18 Mar 2016 23:17:18 +0000 (16:17 -0700)
commit954ae7fda9ff14fb86a8c616ae56eaba5770d0f9
tree0ab66314993754b68f7258e0c9585517401f6f5d
parent3488e07f10fd291f5ddd4337aeb0e3aef3c3486d
Fix inconsistent uint64-to-double cast

Commit migrated from https://github.com/dotnet/coreclr/commit/38d980d00d5cf5c59975dc3e803c373f8836bead
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/gentree.cpp [changed mode: 0644->0755]
src/coreclr/src/jit/utils.cpp
src/coreclr/src/jit/utils.h
src/coreclr/src/jit/valuenum.cpp
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/app.config [new file with mode: 0644]