From: Nuno Lopes Date: Tue, 22 May 2012 17:40:46 +0000 (+0000) Subject: hopefully fix the CMake build. sorry for breakage X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49317e2df30f912915b7b27bd3eb50dcb8d4d294;p=oota-llvm.git hopefully fix the CMake build. sorry for breakage git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157264 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index d660c722c7c..635c34486e9 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMScalarOpts ADCE.cpp BasicBlockPlacement.cpp + BoundsChecking.cpp CodeGenPrepare.cpp ConstantProp.cpp CorrelatedValuePropagation.cpp