summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/SCEVValidator.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2019-03-28 20:19:49 +0000
committerMichael Kruse <llvm@meinersbur.de>2019-03-28 20:19:49 +0000
commit031bb1655664ab3b5e702d1838728359eacb3364 (patch)
treea0c024313875175b33654b692d1c8a6ef42d00d0 /polly/lib/Support/SCEVValidator.cpp
parentc0bfd37d385c93711ef3a349599dba20e6b101ef (diff)
downloadbcm5719-llvm-031bb1655664ab3b5e702d1838728359eacb3364.tar.gz
bcm5719-llvm-031bb1655664ab3b5e702d1838728359eacb3364.zip
Apply include-what-you-use #include removal suggestions. NFC.
This removes unused includes (and forward declarations) as suggested by include-what-you-use. If a transitive include of a removed include is required to compile a file, I added the required header (or forward declaration if suggested by include-what-you-use). This should reduce compilation time and reduce the number of iterative recompilations when a header was changed. llvm-svn: 357209
Diffstat (limited to 'polly/lib/Support/SCEVValidator.cpp')
-rw-r--r--polly/lib/Support/SCEVValidator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/SCEVValidator.cpp b/polly/lib/Support/SCEVValidator.cpp
index 6732f4b9ae0..84e9b87a328 100644
--- a/polly/lib/Support/SCEVValidator.cpp
+++ b/polly/lib/Support/SCEVValidator.cpp
@@ -1,6 +1,6 @@
#include "polly/Support/SCEVValidator.h"
-#include "polly/ScopInfo.h"
+#include "polly/ScopDetection.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
OpenPOWER on IntegriCloud