commit | e497f3fef1ede3d36a717ceccd2f767e0be38b05 | [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 | 8378c7151c5f880e10a18100593c3ad6fb718b2a [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)