Fixing typo.

Differential Revision: http://reviews.llvm.org/D3154

llvm-svn: 205674
This commit is contained in:
David Blaikie 2014-04-05 20:30:31 +00:00
parent 2a528822a5
commit 6425696818
1 changed files with 1 additions and 1 deletions

View File

@ -2153,7 +2153,7 @@ bool SLPVectorizer::tryToVectorizeList(ArrayRef<Value *> VL, BoUpSLP &R) {
bool Changed = false;
// Keep track of values that were delete by vectorizing in the loop below.
// Keep track of values that were deleted by vectorizing in the loop below.
SmallVector<WeakVH, 8> TrackValues(VL.begin(), VL.end());
for (unsigned i = 0, e = VL.size(); i < e; ++i) {