Enable the new SROA pass by default.

Queue the fallout. ;]

llvm-svn: 164480
This commit is contained in:
Chandler Carruth 2012-09-24 01:10:25 +00:00
parent 92924fd28f
commit 8232bf53c6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ UseGVNAfterVectorization("use-gvn-after-vectorization",
cl::desc("Run GVN instead of Early CSE after vectorization passes"));
static cl::opt<bool> UseNewSROA("use-new-sroa",
cl::init(false), cl::Hidden,
cl::init(true), cl::Hidden,
cl::desc("Enable the new, experimental SROA pass"));
PassManagerBuilder::PassManagerBuilder() {