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:
97e4acd
)
Fix typo in comment
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 12 Dec 2003 04:58:13 +0000
(
04:58
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 12 Dec 2003 04:58:13 +0000
(
04:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10424
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 c1533e07b8b58a03fdde02ee30e09f7cee22c52a..f0f43561162469c97616d45b726872e3283c0f79 100644
(file)
--- a/
include/llvm/Support/GetElementPtrTypeIterator.h
+++ b/
include/llvm/Support/GetElementPtrTypeIterator.h
@@
-24,7
+24,7
@@
namespace llvm {
: public forward_iterator<const Type *, ptrdiff_t> {
typedef forward_iterator<const Type*, ptrdiff_t> super;
- User *TheGEP; // Either GetElemenPtrInst or ConstantExpr
+ User *TheGEP; // Either GetElemen
t
PtrInst or ConstantExpr
const Type *CurTy;
unsigned Operand;