Add a basic-block autovectorization pass.
[oota-llvm.git] / tools / opt / Makefile
index e8cd7e285746114264a0d337b8ed35cd0f95b876..16d116da5dbd982350473fb810f9fdd7779e7c6c 100644 (file)
@@ -9,6 +9,6 @@
 
 LEVEL := ../..
 TOOLNAME := opt
-LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
+LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo vectorize
 
 include $(LEVEL)/Makefile.common