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