If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jan 2006 18:38:32 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jan 2006 18:38:32 +0000 (18:38 +0000)
commit4eebb60f843e0aa67b62f3b8643101bc0e39531d
tree7a08ebb79cf6426ac42f4677aee16eda1af8173c
parent7c2b7c7c75a3549b2d6933edf3110294a33ff2d4
If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep
code, so that the LowerReturn code doesn't have to handle it.

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