diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-08-03 19:06:29 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-08-03 19:06:29 +0000 |
| commit | 5f6f72605bd1295080dd49f65cc68768db4737ae (patch) | |
| tree | bb5d3a1737275ae51f302fda7e175ff03101f0bf /llvm/lib/CodeGen/SelectionDAG | |
| parent | 898cd0fcede4bf9073993e76c158800a432a9c73 (diff) | |
| download | bcm5719-llvm-5f6f72605bd1295080dd49f65cc68768db4737ae.tar.gz bcm5719-llvm-5f6f72605bd1295080dd49f65cc68768db4737ae.zip | |
Revert 77974. It breaks 3 of the ARM tests.
llvm-svn: 77982
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp index a4f3b1eb965..5957e3a503b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp @@ -47,10 +47,6 @@ void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { errs() << "\n"); SDValue R = SDValue(); - // See if the target wants to custom handle softening this result. - if (CustomLowerNode(N, N->getValueType(ResNo), true)) - return; - switch (N->getOpcode()) { default: #ifndef NDEBUG @@ -539,10 +535,6 @@ bool DAGTypeLegalizer::SoftenFloatOperand(SDNode *N, unsigned OpNo) { errs() << "\n"); SDValue Res = SDValue(); - // See if target wants to custom handle softening this operand. - if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) - return false; - switch (N->getOpcode()) { default: #ifndef NDEBUG |

