Add a basic-block autovectorization pass.
[oota-llvm.git] / tools / bugpoint / Makefile
index eacaa47a7bbb09d9c346b29de4373afea06b722a..34f4bddb01855e5319ef3f82e631302876302e2f 100644 (file)
@@ -10,6 +10,6 @@
 LEVEL := ../..
 TOOLNAME := bugpoint
 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
-                   bitwriter
+                   bitwriter vectorize
 
 include $(LEVEL)/Makefile.common