summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopPass.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2017-01-15 10:23:18 +0000
committerSerge Pavlov <sepavloff@gmail.com>2017-01-15 10:23:18 +0000
commited5eb933840f85fd3db135cc6f8d7a847c7921e4 (patch)
treec41569156aae8f23348ae6bfa6401731484348a7 /llvm/lib/Analysis/LoopPass.cpp
parentbf56ad36cb79c1912bf8bf6725b634652d462dda (diff)
downloadbcm5719-llvm-ed5eb933840f85fd3db135cc6f8d7a847c7921e4.tar.gz
bcm5719-llvm-ed5eb933840f85fd3db135cc6f8d7a847c7921e4.zip
Reverted: Track validity of pass results
Commits r291882 and related r291887. llvm-svn: 292062
Diffstat (limited to 'llvm/lib/Analysis/LoopPass.cpp')
-rw-r--r--llvm/lib/Analysis/LoopPass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopPass.cpp b/llvm/lib/Analysis/LoopPass.cpp
index d3e697e5c61..3f4a0794215 100644
--- a/llvm/lib/Analysis/LoopPass.cpp
+++ b/llvm/lib/Analysis/LoopPass.cpp
@@ -198,7 +198,6 @@ bool LPPassManager::runOnFunction(Function &F) {
PassManagerPrettyStackEntry X(P, *CurrentLoop->getHeader());
TimeRegion PassTimer(getPassTimer(P));
- P->setExecuted(true);
Changed |= P->runOnLoop(CurrentLoop, *this);
}
LoopWasDeleted = CurrentLoop->isInvalid();
OpenPOWER on IntegriCloud