projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d97439d
)
Minor formatting cleanup.
author
Dan Gohman
<gohman@apple.com>
Mon, 22 Feb 2010 22:07:27 +0000
(22:07 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 22 Feb 2010 22:07:27 +0000
(22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96808
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/ConstantFolding.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/ConstantFolding.cpp
b/lib/Analysis/ConstantFolding.cpp
index 676a8466ac286f15199b0267f118af494d020d2f..f3f9a5102f89e1484c745226ce2e9356b4dbf114 100644
(file)
--- 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);
}
}
}