Make sure to promote single precision floats to double before extracting them
authorJim Grosbach <grosbach@apple.com>
Thu, 16 Sep 2010 17:37:30 +0000 (17:37 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 16 Sep 2010 17:37:30 +0000 (17:37 +0000)
commit1d51c41a457b99d646e3a9b9fae1e913f7a60dc0
treebf79fc945eae6f2a11492900d0f6208dafdbb1c1
parent34e3d0cfe525b3067856c8978174fec75223b16a
Make sure to promote single precision floats to double before extracting them
from the APFloat.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114096 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMMCInstLower.cpp