| Index: lib/Transforms/NaCl/CMakeLists.txt
|
| diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
|
| index a3c158af7ce018b5137a4a904f17a33af2e86bea..84ba540103c9439df31041c9b3ec9d3f381d1176 100644
|
| --- a/lib/Transforms/NaCl/CMakeLists.txt
|
| +++ b/lib/Transforms/NaCl/CMakeLists.txt
|
| @@ -1,6 +1,7 @@
|
| add_llvm_library(LLVMNaClTransforms
|
| AddPNaClExternalDecls.cpp
|
| CanonicalizeMemIntrinsics.cpp
|
| + CombineVectorInstructions.cpp
|
| ConstantInsertExtractElementIndex.cpp
|
| ExceptionInfoWriter.cpp
|
| ExpandArithWithOverflow.cpp
|
|
|