summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetection.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-02-23 15:16:22 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-02-23 15:16:22 +0000
commit52ab4943b49f091ce39766c95abd03b340220c23 (patch)
tree2688c5a0e145a6e8af94cac48c25da5752ea2dbb /polly/lib/Analysis/ScopDetection.cpp
parent418e0fb9aa9be4218c8349d471db2355eac0d256 (diff)
downloadbcm5719-llvm-52ab4943b49f091ce39766c95abd03b340220c23.tar.gz
bcm5719-llvm-52ab4943b49f091ce39766c95abd03b340220c23.zip
Remove all references to PostDominators. NFC.
Marking a pass as preserved is necessary if any Polly pass uses it, even if it is not preserved within the generated code. Not marking it would cause the the Polly pass chain to be interrupted. It is not used by any Polly pass anymore, hence we can remove all references to it. llvm-svn: 295983
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
-rw-r--r--polly/lib/Analysis/ScopDetection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index 418b42b0571..5b7fc34f932 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -54,7 +54,6 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/LoopInfo.h"
-#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
OpenPOWER on IntegriCloud