From: Benjamin Kramer Date: Tue, 13 Oct 2009 18:50:54 +0000 (+0000) Subject: Update the other CMake file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56bfa4d5d0e47760466e3014ca6debf0370a509e;p=oota-llvm.git Update the other CMake file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 2a8b639ebb2..1d2f118bb44 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