Adapt the code for handling uint -> fp conversion for the 32 bit case to
authorAndrew Lenharth <andrewl@lenharth.org>
Mon, 27 Jun 2005 23:28:32 +0000 (23:28 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Mon, 27 Jun 2005 23:28:32 +0000 (23:28 +0000)
commitf4b3278aeba23efbeacf6be5c33273e2945be2f2
treeda7728e9ffa6d7c6c679bdc2a426469622bf6ec1
parent6968bff783e49d16974db91f47df343794101ff5
Adapt the code for handling uint -> fp conversion for the 32 bit case to
handling it in the 64 bit case.  The two code paths should probably be merged.

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