Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 23:46:13 +0000 (23:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 23:46:13 +0000 (23:46 +0000)
commitc563e1d8fe2e0e9bb47e99ec55c277404969287e
tree38a772923671afd97a08c5c82b1d2701a17e8c70
parent70587ea813986bb0dbef71610091d496e28c22a6
Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticed
when working on legalizetypes.  Both legalizetypes and legalizeops now
produce hte same code for CodeGen/ARM/fcopysign.ll.

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