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:
3069b31
)
Fix an old copy+pasto.
author
Dan Gohman
<gohman@apple.com>
Sun, 27 Sep 2009 23:52:07 +0000
(23:52 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sun, 27 Sep 2009 23:52:07 +0000
(23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82947
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LoopPass.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LoopPass.cpp
b/lib/Analysis/LoopPass.cpp
index 4ed802cb3ff243c7d9d0515851d8a81896b87631..c9515f600fe1fee439f35cfab8eecb986eaec4b4 100644
(file)
--- a/
lib/Analysis/LoopPass.cpp
+++ b/
lib/Analysis/LoopPass.cpp
@@
-220,7
+220,7
@@
bool LPPassManager::runOnFunction(Function &F) {
skipThisLoop = false;
redoThisLoop = false;
- // Run all passes on
current SCC
+ // Run all passes on
the current Loop.
for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) {
Pass *P = getContainedPass(Index);