From: Eric Christopher Date: Tue, 9 Feb 2010 01:11:03 +0000 (+0000) Subject: Add file in here too. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=940ab54755e690316d9ce779be7602a5f30e9aa1;p=oota-llvm.git Add file in here too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95641 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 683c1c2fd70..fd95014d489 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