Switched to using BitsToDouble for int_to_float to avoid aliasing problem.
authorJim Laskey <jlaskey@mac.com>
Wed, 17 Aug 2005 17:42:52 +0000 (17:42 +0000)
committerJim Laskey <jlaskey@mac.com>
Wed, 17 Aug 2005 17:42:52 +0000 (17:42 +0000)
commit02659d23637f69f90640bfa3e66919517103c57a
tree483d0fdb4a035ee9d99a38a4457bbbdc205d4fc3
parent59b8fcfa5f736dff4a08ebcac032935b6fd92f34
Switched to using BitsToDouble for int_to_float to avoid aliasing problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp