Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to
authorChris Lattner <sabre@nondot.org>
Thu, 12 May 2005 18:52:34 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 May 2005 18:52:34 +0000 (18:52 +0000)
commit383203b0036b8fdeef8119975fdbbd528b760adb
tree09410ff18e133a950a7c8843e0916c238946e862
parentdae2e9383b31cb3ff64b3a5c1b6fcd298ce7dff9
Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to
work on it.

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