mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Rename the variable to fix a warning. Thanks Andy Gibbs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dfad9e314e
commit
f4b0e81085
@ -872,8 +872,8 @@ bool FuncSLP::vectorizeStoreChain(ArrayRef<Value *> Chain, int CostThreshold) {
|
||||
vectorizeTree(Operands);
|
||||
|
||||
// Remove the scalar stores.
|
||||
for (int i = 0, e = VF; i < e; ++i)
|
||||
cast<Instruction>(Operands[i])->eraseFromParent();
|
||||
for (int j = 0, e = VF; j < e; ++j)
|
||||
cast<Instruction>(Operands[j])->eraseFromParent();
|
||||
|
||||
// Move to the next bundle.
|
||||
i += VF - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user