From: Benjamin Kramer Date: Tue, 1 Sep 2009 10:24:10 +0000 (+0000) Subject: Update CMakeLists. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6818863940d397983cd847565fdb53d50ba09cb6;p=oota-llvm.git Update CMakeLists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80669 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 6120632408a..735e8a72ae7 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -29,6 +29,7 @@ add_llvm_library(LLVMAnalysis ProfileInfo.cpp ProfileInfoLoader.cpp ProfileInfoLoaderPass.cpp + ProfileVerifierPass.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp ScalarEvolutionExpander.cpp