Revert accidental commit I had to make to get the test case in PR17268 to still work correctly.

llvm-svn: 190917
This commit is contained in:
Craig Topper 2013-09-18 04:10:17 +00:00
parent 98064b9f4d
commit be3e01e61f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static cl::opt<int>
"number "));
namespace {
static const unsigned MinVecRegSize = 256;
static const unsigned MinVecRegSize = 128;
static const unsigned RecursionMaxDepth = 12;