Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include...
[oota-llvm.git] / lib / Analysis / IPA / CMakeLists.txt
1 add_llvm_library(LLVMipa
2   CallGraph.cpp
3   CallGraphSCCPass.cpp
4   FindUsedTypes.cpp
5   GlobalsModRef.cpp
6   )