From 940ab54755e690316d9ce779be7602a5f30e9aa1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 9 Feb 2010 01:11:03 +0000 Subject: [PATCH] Add file in here too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95641 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1