mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fixing typo.
Differential Revision: http://reviews.llvm.org/D3154 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3cc2210fa
commit
2c5f72b629
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user