diff options
| author | Nuno Lopes <nunoplopes@sapo.pt> | 2012-05-22 17:40:46 +0000 |
|---|---|---|
| committer | Nuno Lopes <nunoplopes@sapo.pt> | 2012-05-22 17:40:46 +0000 |
| commit | eee43e1bc753533f1f0d4bc5c734bb1094912b94 (patch) | |
| tree | 02e2c551ac685679c07e5851045ebc466cb0da52 | |
| parent | a7a3de1bcf9c811f174addbe670cd6b52aed58d2 (diff) | |
| download | bcm5719-llvm-eee43e1bc753533f1f0d4bc5c734bb1094912b94.tar.gz bcm5719-llvm-eee43e1bc753533f1f0d4bc5c734bb1094912b94.zip | |
hopefully fix the CMake build. sorry for breakage
llvm-svn: 157264
| -rw-r--r-- | llvm/lib/Transforms/Scalar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/CMakeLists.txt b/llvm/lib/Transforms/Scalar/CMakeLists.txt index d660c722c7c..635c34486e9 100644 --- a/llvm/lib/Transforms/Scalar/CMakeLists.txt +++ b/llvm/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 |

