summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-29 18:01:14 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-29 18:01:14 +0000
commit2459bf24274bf039a72db650ebf38cd66911eafc (patch)
treed87b6d4c596f67794bdf77273058f1ebf59acd09 /include
parent2a2263e744130ccc7f73c88021bca4cc037eb35e (diff)
downloadllvm-2459bf24274bf039a72db650ebf38cd66911eafc.tar.gz
llvm-2459bf24274bf039a72db650ebf38cd66911eafc.tar.bz2
llvm-2459bf24274bf039a72db650ebf38cd66911eafc.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/IPO/PassManagerBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO/PassManagerBuilder.h b/include/llvm/Transforms/IPO/PassManagerBuilder.h
index 68557bd5f6..3ea0a42720 100644
--- a/include/llvm/Transforms/IPO/PassManagerBuilder.h
+++ b/include/llvm/Transforms/IPO/PassManagerBuilder.h
@@ -103,7 +103,7 @@ public:
bool DisableSimplifyLibCalls;
bool DisableUnitAtATime;
bool DisableUnrollLoops;
- bool BBVectorize;
+ bool Vectorize;
bool LoopVectorize;
private: