diff options
Diffstat (limited to 'lib/Analysis/ConstantFolding.cpp')
-rw-r--r-- | lib/Analysis/ConstantFolding.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/ConstantFolding.cpp b/lib/Analysis/ConstantFolding.cpp index 676a8466ac..f3f9a5102f 100644 --- a/lib/Analysis/ConstantFolding.cpp +++ b/lib/Analysis/ConstantFolding.cpp @@ -814,8 +814,7 @@ Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, const Type *DestTy, Constant::getNullValue(CE->getType()), ConstantInt::get(ElTy->getContext(), ElemIdx) }; - return - ConstantExpr::getGetElementPtr(GV, &Index[0], 2); + return ConstantExpr::getGetElementPtr(GV, &Index[0], 2); } } } |