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:
8ff18e9
)
Fix comment typo
author
David Greene
<greened@obbligato.org>
Tue, 7 Aug 2007 16:52:03 +0000
(16:52 +0000)
committer
David Greene
<greened@obbligato.org>
Tue, 7 Aug 2007 16:52:03 +0000
(16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40898
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LowerGC.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LowerGC.cpp
b/lib/Transforms/Scalar/LowerGC.cpp
index d9456094fc828009200021c60f2c465e3d295d02..8e6611a4f9120f176da2c20c8c075701ad3ddfc6 100644
(file)
--- a/
lib/Transforms/Scalar/LowerGC.cpp
+++ b/
lib/Transforms/Scalar/LowerGC.cpp
@@
-201,7
+201,7
@@
bool LowerGC::runOnFunction(Function &F) {
// It sure would be nice to pass op_begin()+1,
// op_begin()+2 but it runs into trouble with
- // CallInst::init's &*ierator, which requires a
+ // CallInst::init's &*i
t
erator, which requires a
// conversion from Use* to Value*. The conversion
// from Use to Value * is not useful because the
// memory for Value * won't be contiguous.