[PM] Remove a failed attempt to port the CallGraph analysis to the new
[oota-llvm.git] / lib / Analysis / IPA / CMakeLists.txt
1 add_llvm_library(LLVMipa
2   CallGraph.cpp
3   CallGraphSCCPass.cpp
4   CallPrinter.cpp
5   GlobalsModRef.cpp
6   IPA.cpp
7   InlineCost.cpp
8   )
9
10 add_dependencies(LLVMipa intrinsics_gen)