aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-02-09 01:11:03 +0000
committerEric Christopher <echristo@apple.com>2010-02-09 01:11:03 +0000
commit940ab54755e690316d9ce779be7602a5f30e9aa1 (patch)
tree9775b7d34be7ba692c129406e466d8946924aac3 /lib/Transforms/Scalar
parentde5dac1c46226b61ce9921449dd9322b5ffcc41e (diff)
downloadexternal_llvm-940ab54755e690316d9ce779be7602a5f30e9aa1.zip
external_llvm-940ab54755e690316d9ce779be7602a5f30e9aa1.tar.gz
external_llvm-940ab54755e690316d9ce779be7602a5f30e9aa1.tar.bz2
Add file in here too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95641 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r--lib/Transforms/Scalar/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt
index 683c1c2..fd95014 100644
--- a/lib/Transforms/Scalar/CMakeLists.txt
+++ b/lib/Transforms/Scalar/CMakeLists.txt
@@ -18,6 +18,7 @@ add_llvm_library(LLVMScalarOpts
LoopUnrollPass.cpp
LoopUnswitch.cpp
MemCpyOptimizer.cpp
+ ObjectSizeLowering.cpp
Reassociate.cpp
Reg2Mem.cpp
SCCP.cpp