Refactor Polly's Pass creation and initialization.

Rename some files and adjust cmake accordingly

llvm-svn: 203609
This commit is contained in:
Andreas Simbuerger 2014-03-11 21:26:06 +00:00
parent 7f97f8cb0f
commit 8dbe338fb1
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,6 @@ if (SCOPLIB_FOUND)
endif (SCOPLIB_FOUND)
add_polly_library(Polly
RegisterPasses.cpp
Analysis/Dependences.cpp
Analysis/ScopDetection.cpp
Analysis/ScopInfo.cpp
@ -61,6 +60,7 @@ add_polly_library(Polly
${POLLY_SCOPLIB_FILES}
Support/GICHelper.cpp
Support/SCEVValidator.cpp
Support/RegisterPasses.cpp
Support/ScopHelper.cpp
${POLLY_JSON_FILES}
${POLLY_OPENSCOP_FILES}
@ -75,7 +75,7 @@ add_polly_library(Polly
)
add_polly_loadable_module(LLVMPolly
PollyModule.cpp
Polly.cpp
)
if (TARGET intrinsics_gen)

View File

@ -1,4 +1,4 @@
//===------ ModuleInitializers.cpp - Initialize the Polly Module ----------===//
//===---------- Polly.cpp - Initialize the Polly Module -------------------===//
//
// The LLVM Compiler Infrastructure
//