Add two statistics to help track how we are computing the inline cost.
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
index e79459d7a409276aec42f7a2bd37b3bcbf5cb81d..2e3ec8bebc86a81ee54baa6998fde4b0cdb66a1d 100644 (file)
@@ -10,6 +10,7 @@ add_llvm_library(LLVMAnalysis
   BranchProbabilityInfo.cpp
   CFGPrinter.cpp
   CaptureTracking.cpp
+  CodeMetrics.cpp
   ConstantFolding.cpp
   DIBuilder.cpp
   DbgInfoPrinter.cpp
@@ -58,10 +59,4 @@ add_llvm_library(LLVMAnalysis
   ValueTracking.cpp
   )
 
-add_llvm_library_dependencies(LLVMAnalysis
-  LLVMCore
-  LLVMSupport
-  LLVMTarget
-  )
-
 add_subdirectory(IPA)