summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-12 05:22:21 +0000
committerChris Lattner <sabre@nondot.org>2006-12-12 05:22:21 +0000
commit2f96e7d24136be4619e8268348a215103c29fbbc (patch)
treeb7a1a1b972a4479051aa388d4eae741e1defe127
parent080881614d19ba54abe964a8cc7ad5da5d51d3b4 (diff)
downloadbcm5719-llvm-2f96e7d24136be4619e8268348a215103c29fbbc.tar.gz
bcm5719-llvm-2f96e7d24136be4619e8268348a215103c29fbbc.zip
fit in 80 cols
llvm-svn: 32474
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index b4f25f5cdff..c0ad928e7a3 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -790,7 +790,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
// Only do this if the target has a native EXTLOAD instruction from
// f32.
TLI.isLoadXLegal(ISD::EXTLOAD, MVT::f32)) {
- LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, Type::FloatTy));
+ LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC,Type::FloatTy));
VT = MVT::f32;
Extend = true;
}
OpenPOWER on IntegriCloud