From: Douglas Gregor Date: Wed, 26 Aug 2009 16:33:57 +0000 (+0000) Subject: Unbreak CMake build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=814910191a73b59896b94ee2ed46ee48943d4731;p=oota-llvm.git Unbreak CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80109 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 8adfe49e671..6120632408a 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMAnalysis ProfileInfoLoader.cpp ProfileInfoLoaderPass.cpp ScalarEvolution.cpp + ScalarEvolutionAliasAnalysis.cpp ScalarEvolutionExpander.cpp SparsePropagation.cpp Trace.cpp