commit | 0f2fb60a18d25bb6bb4803ed7a58d31db39fafab | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Sep 18 23:58:14 2007 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Sep 18 23:58:14 2007 +0000 |
tree | d379c49cea2cfe946f0ad3aa1f97ee2c6e266d06 | |
parent | 921c85c487788647f5b07656732eba103e1edfd7 [diff] [blame] |
ooops... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42118 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 98e8ee5..414769b 100644 --- a/lib/Analysis/LoopPass.cpp +++ b/lib/Analysis/LoopPass.cpp
@@ -222,7 +222,7 @@ StartPassTimer(P); LoopPass *LP = dynamic_cast<LoopPass *>(P); assert (LP && "Invalid LPPassManager member"); - LP->runOnLoop(CurrentLoop, *this); + Changed |= LP->runOnLoop(CurrentLoop, *this); StopPassTimer(P); if (Changed)