summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/LoopGenerators.cpp
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2017-05-12 02:21:50 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2017-05-12 02:21:50 +0000
commit5b263d4ce128ab448d123a9e65a3f70e12565d7c (patch)
tree9c472271c80c5a5da00f9cddb3f3a01949f836e7 /polly/lib/CodeGen/LoopGenerators.cpp
parentd869b188260fc0f76747fb09b02e2bfe98f60a56 (diff)
downloadbcm5719-llvm-5b263d4ce128ab448d123a9e65a3f70e12565d7c.tar.gz
bcm5719-llvm-5b263d4ce128ab448d123a9e65a3f70e12565d7c.zip
[Polly] Remove unused header
llvm-svn: 302868
Diffstat (limited to 'polly/lib/CodeGen/LoopGenerators.cpp')
-rw-r--r--polly/lib/CodeGen/LoopGenerators.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp
index 8a6258d2182..6dd45c395f5 100644
--- a/polly/lib/CodeGen/LoopGenerators.cpp
+++ b/polly/lib/CodeGen/LoopGenerators.cpp
@@ -17,13 +17,11 @@
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Module.h"
-#include "llvm/IR/PatternMatch.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
using namespace llvm;
using namespace polly;
-using namespace PatternMatch;
static cl::opt<int>
PollyNumThreads("polly-num-threads",
OpenPOWER on IntegriCloud