summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-08 20:00:05 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-08 20:00:05 +0000
commit360d689db34dd0a5372d864ec3bc9320cc4df4b5 (patch)
tree63e21367de4b99cc76a00803e8bf03cc7024a36a /llvm/lib/CodeGen
parent350e41760a32f98e3c65875581d129b650929f26 (diff)
downloadbcm5719-llvm-360d689db34dd0a5372d864ec3bc9320cc4df4b5.tar.gz
bcm5719-llvm-360d689db34dd0a5372d864ec3bc9320cc4df4b5.zip
Add missing select_cc libcall line, somehow omitted
in LegalizeTypes. llvm-svn: 53244
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
index f8340ccc1f6..1d46bf30334 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
@@ -439,6 +439,7 @@ void DAGTypeLegalizer::SoftenSetCCOperands(SDOperand &NewLHS, SDOperand &NewRHS,
LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : RTLIB::UO_F64;
break;
case ISD::SETO:
+ LC1 = (VT == MVT::f32) ? RTLIB::O_F32 : RTLIB::O_F64;
break;
default:
LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 : RTLIB::UO_F64;
OpenPOWER on IntegriCloud