aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-05-13 06:28:04 +0000
committerChris Lattner <sabre@nondot.org>2009-05-13 06:28:04 +0000
commit2bb1d73df777cf119f84ad40a9873f77c5be5840 (patch)
tree2328d6f544487ce313ac1d4495d4dc930a80618e /lib/Analysis
parenta28251d927079e8aca6fe3f8748126a616d7ef60 (diff)
downloadexternal_llvm-2bb1d73df777cf119f84ad40a9873f77c5be5840.zip
external_llvm-2bb1d73df777cf119f84ad40a9873f77c5be5840.tar.gz
external_llvm-2bb1d73df777cf119f84ad40a9873f77c5be5840.tar.bz2
add IVUsers.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 07a918b..093aa69 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -14,6 +14,7 @@ add_llvm_library(LLVMAnalysis
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
+ IVUsers.cpp
LibCallAliasAnalysis.cpp
LibCallSemantics.cpp
LiveValues.cpp