this wasn't intended to be committed.

llvm-svn: 66054
This commit is contained in:
Chris Lattner 2009-03-04 19:22:30 +00:00
parent 5c204c92a4
commit b5b0c87be6
1 changed files with 1 additions and 2 deletions

View File

@ -287,8 +287,7 @@ bool SROA::performScalarRepl(Function &F) {
const Type *VectorTy = 0;
bool HadAVector = false;
if (CanConvertToScalar(AI, IsNotTrivial, VectorTy, HadAVector,
0, unsigned(AllocaSize)) && IsNotTrivial &&
AllocaSize <= 128) {
0, unsigned(AllocaSize)) && IsNotTrivial) {
AllocaInst *NewAI;
// If we were able to find a vector type that can handle this with
// insert/extract elements, and if there was at least one use that had