aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-13 18:50:54 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-13 18:50:54 +0000
commit91b676c7280dd85581610d1b0cf57676d977f7e2 (patch)
treed2acea094163c44aa99a22a3fd4aa394f7e650c1
parent88900a0acbfb3cd8cb39475001117ff88a5ea8f5 (diff)
downloadexternal_llvm-91b676c7280dd85581610d1b0cf57676d977f7e2.zip
external_llvm-91b676c7280dd85581610d1b0cf57676d977f7e2.tar.gz
external_llvm-91b676c7280dd85581610d1b0cf57676d977f7e2.tar.bz2
Update the other CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84003 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 2a8b639..1d2f118 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMAnalysis
DbgInfoPrinter.cpp
DebugInfo.cpp
IVUsers.cpp
+ InlineCost.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp