summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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