diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-13 18:50:54 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-13 18:50:54 +0000 |
commit | a8d176d62fe58b3ef0ff2af09d26717e9541ac99 (patch) | |
tree | 3bb318e8374d19a51fe8e304cf8d46a965e83411 /llvm/lib | |
parent | 52b1745a96b7970051c08422c3f905a221ba9e58 (diff) | |
download | bcm5719-llvm-a8d176d62fe58b3ef0ff2af09d26717e9541ac99.tar.gz bcm5719-llvm-a8d176d62fe58b3ef0ff2af09d26717e9541ac99.zip |
Update the other CMake file.
llvm-svn: 84003
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt index 2a8b639ebb2..1d2f118bb44 100644 --- a/llvm/lib/Analysis/CMakeLists.txt +++ b/llvm/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 |