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:
f7ea2a5
)
Fix indentation.
author
Bob Wilson
<bob.wilson@apple.com>
Fri, 4 Dec 2009 22:46:47 +0000
(22:46 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Fri, 4 Dec 2009 22:46:47 +0000
(22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90613
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/GetElementPtrTypeIterator.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/GetElementPtrTypeIterator.h
b/include/llvm/Support/GetElementPtrTypeIterator.h
index f5915c992cdbb50bc408647dd8f5f304dac0c5f5..e5e7fc74095dab00ab54e5baacb13d7db522b8f5 100644
(file)
--- a/
include/llvm/Support/GetElementPtrTypeIterator.h
+++ b/
include/llvm/Support/GetElementPtrTypeIterator.h
@@
-84,7
+84,7
@@
namespace llvm {
inline gep_type_iterator gep_type_begin(const User *GEP) {
return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
-
GEP->op_begin()+1);
+ GEP->op_begin()+1);
}
inline gep_type_iterator gep_type_end(const User *GEP) {
return gep_type_iterator::end(GEP->op_end());