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:
07213cb
)
Fix typo.
author
Devang Patel
<dpatel@apple.com>
Wed, 26 Nov 2008 18:13:11 +0000
(18:13 +0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 26 Nov 2008 18:13:11 +0000
(18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60111
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/LoopPass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/LoopPass.h
b/include/llvm/Analysis/LoopPass.h
index af6a6177c1b05157103005beccfd438ed6f947a7..638a55d3b6057a3b339399b366f1a556b42080c2 100644
(file)
--- a/
include/llvm/Analysis/LoopPass.h
+++ b/
include/llvm/Analysis/LoopPass.h
@@
-123,7
+123,7
@@
public:
// Delete loop from the loop queue and loop nest (LoopInfo).
void deleteLoopFromQueue(Loop *L);
- // Inset loop into the loop nest(LoopInfo) and loop queue(LQ).
+ // Inse
r
t loop into the loop nest(LoopInfo) and loop queue(LQ).
void insertLoop(Loop *L, Loop *ParentLoop);
// Reoptimize this loop. LPPassManager will re-insert this loop into the