[modules] Stop excluding Support/Debug.h from the Support module. This header
[oota-llvm.git] / lib / Analysis / IPA / CMakeLists.txt
index 007ad228ae56cba785f6f6836a29ff408574820d..67b4135779809fe4ee084b45ee4dc83fed9e1c6f 100644 (file)
@@ -1,6 +1,11 @@
 add_llvm_library(LLVMipa
   CallGraph.cpp
   CallGraphSCCPass.cpp
+  CallPrinter.cpp
   FindUsedTypes.cpp
   GlobalsModRef.cpp
+  IPA.cpp
+  InlineCost.cpp
   )
+
+add_dependencies(LLVMipa intrinsics_gen)