Rename the BB-vectorize flag to match the dragonegg name

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166948 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem
2012-10-29 18:01:14 +00:00
parent 2a2263e744
commit 2459bf2427
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ public:
bool DisableSimplifyLibCalls;
bool DisableUnitAtATime;
bool DisableUnrollLoops;
bool BBVectorize;
bool Vectorize;
bool LoopVectorize;
private: