diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-26 16:33:57 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-26 16:33:57 +0000 |
commit | 814910191a73b59896b94ee2ed46ee48943d4731 (patch) | |
tree | 6194f8607a1d7f19c204242e6d9d85ca9d68081d /lib/Analysis/CMakeLists.txt | |
parent | 1cb852b0ea0a63cd9b93306e2397d97a0688192c (diff) |
Unbreak CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CMakeLists.txt')
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 8adfe49e67..6120632408 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 |