summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-04-27 12:17:22 +0000
committerTobias Grosser <tobias@grosser.es>2015-04-27 12:17:22 +0000
commitf3ba5b5a40b19cdcab31d470a7d2e4a665d6855a (patch)
tree3c2cd865e2185343e895226eb2ded1d293fba564
parent4245372bee0af5f42296812562c64b144ca61fc2 (diff)
downloadbcm5719-llvm-f3ba5b5a40b19cdcab31d470a7d2e4a665d6855a.tar.gz
bcm5719-llvm-f3ba5b5a40b19cdcab31d470a7d2e4a665d6855a.zip
Drop some unused headers
llvm-svn: 235871
-rw-r--r--polly/lib/CodeGen/IslCodeGeneration.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/polly/lib/CodeGen/IslCodeGeneration.cpp b/polly/lib/CodeGen/IslCodeGeneration.cpp
index 7cf5b263667..e2bec0d1b98 100644
--- a/polly/lib/CodeGen/IslCodeGeneration.cpp
+++ b/polly/lib/CodeGen/IslCodeGeneration.cpp
@@ -18,7 +18,7 @@
// its code in the new execution order defined by the changed schedule.
//
//===----------------------------------------------------------------------===//
-#include "polly/Config/config.h"
+
#include "polly/CodeGen/IslExprBuilder.h"
#include "polly/CodeGen/BlockGenerators.h"
#include "polly/CodeGen/CodeGeneration.h"
@@ -34,15 +34,12 @@
#include "polly/TempScopInfo.h"
#include "llvm/ADT/PostOrderIterator.h"
-#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/ScalarEvolutionExpander.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/IR/Verifier.h"
-#include "llvm/IR/DataLayout.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "isl/union_map.h"
OpenPOWER on IntegriCloud