summaryrefslogtreecommitdiffstats
path: root/polly/lib/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--polly/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index daa7cd0f1ce..6e63ec7505d 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -275,7 +275,6 @@ add_polly_library(Polly
Analysis/ScopInfo.cpp
Analysis/ScopGraphPrinter.cpp
Analysis/ScopPass.cpp
- Analysis/TempScopInfo.cpp
CodeGen/BlockGenerators.cpp
${ISL_CODEGEN_FILES}
CodeGen/LoopGenerators.cpp
OpenPOWER on IntegriCloud