Add a basic-block autovectorization pass.
[oota-llvm.git] / include / llvm / Transforms / IPO / PassManagerBuilder.h
index b4ba1847816263ee6b5a304f04f5b2cce99238e1..a1b4f5cd90bbd6e7437dd4ac7de788b8ff8c3efa 100644 (file)
@@ -99,6 +99,7 @@ public:
   bool DisableSimplifyLibCalls;
   bool DisableUnitAtATime;
   bool DisableUnrollLoops;
+  bool Vectorize;
 
 private:
   /// ExtensionList - This is list of all of the extensions that are registered.