OSDN Git Service

Fix a bug where DAGCombine was producing an illegal ConstantFP
authorDan Gohman <gohman@apple.com>
Mon, 10 Aug 2009 23:15:10 +0000 (23:15 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 10 Aug 2009 23:15:10 +0000 (23:15 +0000)
commita407ca16c29b4e91ef3cf9e188ac2e3ab6920cd8
tree9a1bdadf495f4ae9e697fdebf93295cc39c842e5
parentc5cfea3c022fa819b96f3f96861aac914da9b02e
Fix a bug where DAGCombine was producing an illegal ConstantFP
node after legalize, and remove the workaround code from the
ARM backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp