mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
[BBVectorize] Remove redundant assignment.
Found by the Clang static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06833ca7c1
commit
14ef1a43c2
@ -2627,7 +2627,6 @@ namespace {
|
||||
NewI2->insertBefore(IBeforeJ ? J : I);
|
||||
I2 = NewI2;
|
||||
I2T = I1T;
|
||||
I2Elem = I1Elem;
|
||||
}
|
||||
|
||||
// Now that both I1 and I2 are the same length we can shuffle them
|
||||
|
Loading…
x
Reference in New Issue
Block a user