Make all pointers to TargetRegisterClass const since they are all pointers to static...
[oota-llvm.git] / lib / Transforms / Vectorize / CMakeLists.txt
1 add_llvm_library(LLVMVectorize
2   BBVectorize.cpp
3   Vectorize.cpp
4   )