diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-12-12 05:22:21 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-12-12 05:22:21 +0000 | 
| commit | 2f96e7d24136be4619e8268348a215103c29fbbc (patch) | |
| tree | b7a1a1b972a4479051aa388d4eae741e1defe127 /llvm/lib | |
| parent | 080881614d19ba54abe964a8cc7ad5da5d51d3b4 (diff) | |
| download | bcm5719-llvm-2f96e7d24136be4619e8268348a215103c29fbbc.tar.gz bcm5719-llvm-2f96e7d24136be4619e8268348a215103c29fbbc.zip | |
fit in 80 cols
llvm-svn: 32474
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 | 
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;        } | 

