summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-03-13 22:38:50 +0000
committerTobias Grosser <tobias@grosser.es>2014-03-13 22:38:50 +0000
commit8c26761018f8e19bb7789dafe7f37c8442f4cf02 (patch)
tree58cf5fdf0163002b5a7bdf3b3a5355f9ac0e91fb
parentee605bc17ce6cc340c5fff91c1c05eebcb252ede (diff)
downloadbcm5719-llvm-8c26761018f8e19bb7789dafe7f37c8442f4cf02.tar.gz
bcm5719-llvm-8c26761018f8e19bb7789dafe7f37c8442f4cf02.zip
[cmake] There is only one PoCC file, and this is in /Transforms
llvm-svn: 203861
-rw-r--r--polly/lib/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 839dce0fe7d..72e0b92ba53 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -33,7 +33,7 @@ endif (OPENSCOP_FOUND)
if (SCOPLIB_FOUND)
set(POLLY_SCOPLIB_FILES
- Pocc.cpp
+ Transform/Pocc.cpp
Exchange/ScopLib.cpp
Exchange/ScopLibExporter.cpp
Exchange/ScopLibImporter.cpp)
@@ -66,7 +66,6 @@ add_polly_library(Polly
Transform/DeadCodeElimination.cpp
Transform/IndependentBlocks.cpp
Transform/IndVarSimplify.cpp
- Transform/Pocc.cpp
Transform/ScheduleOptimizer.cpp
${POLLY_PLUTO_FILES}
)
OpenPOWER on IntegriCloud