LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to increase...
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
1 add_llvm_library(LLVMVectorize
2   BBVectorize.cpp
3   Vectorize.cpp
4   LoopVectorize.cpp
5   )
6
7 add_dependencies(LLVMVectorize intrinsics_gen)