From 56bfa4d5d0e47760466e3014ca6debf0370a509e Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 13 Oct 2009 18:50:54 +0000 Subject: [PATCH] Update the other CMake file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84003 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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