Rename the BB-vectorize flag to match the dragonegg name
[oota-llvm.git] / include / llvm / Transforms / IPO / PassManagerBuilder.h
index 68557bd5f67e5022864c900ac844169cb5ac9782..3ea0a427200d1a73af814b43374a88c644bee992 100644 (file)
@@ -103,7 +103,7 @@ public:
   bool DisableSimplifyLibCalls;
   bool DisableUnitAtATime;
   bool DisableUnrollLoops;
-  bool BBVectorize;
+  bool Vectorize;
   bool LoopVectorize;
 
 private: