summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/RegisterPasses.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2015-09-10 12:46:52 +0000
committerMichael Kruse <llvm@meinersbur.de>2015-09-10 12:46:52 +0000
commit7bf3944d239fe5e8600befb076b78e06af5b4e1c (patch)
tree67b0d8bd6842d465164008a059ad0ced80655c5e /polly/lib/Support/RegisterPasses.cpp
parent6a43c00ebd7086d9e4fe971063120487ee8905a2 (diff)
downloadbcm5719-llvm-7bf3944d239fe5e8600befb076b78e06af5b4e1c.tar.gz
bcm5719-llvm-7bf3944d239fe5e8600befb076b78e06af5b4e1c.zip
Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h}
This prepares for a series of patches that merges TempScopInfo into ScopInfo to reduce Polly's code complexity. Only ScopInfo.{cpp|h} will be left thereafter. Moving the code of TempScopInfo in one commit makes the mains diffs simpler to understand. In detail, merging the following classes is planned: TempScopInfo into ScopInfo TempScop into Scop IRAccess into MemoryAccess Only moving code, no functional changes intended. Differential Version: http://reviews.llvm.org/D12693 llvm-svn: 247274
Diffstat (limited to 'polly/lib/Support/RegisterPasses.cpp')
-rw-r--r--polly/lib/Support/RegisterPasses.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp
index e249d0f99d5..a27943c7aec 100644
--- a/polly/lib/Support/RegisterPasses.cpp
+++ b/polly/lib/Support/RegisterPasses.cpp
@@ -27,7 +27,6 @@
#include "polly/Options.h"
#include "polly/ScopDetection.h"
#include "polly/ScopInfo.h"
-#include "polly/TempScopInfo.h"
#include "llvm/Analysis/CFGPrinter.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
OpenPOWER on IntegriCloud