Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
1 add_llvm_library(LLVMVectorize
2   BBVectorize.cpp
3   Vectorize.cpp
4   LoopVectorize.cpp
5   SLPVectorizer.cpp
6
7   ADDITIONAL_HEADER_DIRS
8   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
9   )
10
11 add_dependencies(LLVMVectorize intrinsics_gen)