[BBVectorize] Remove redundant assignment.
authorTilmann Scheller <t.scheller@samsung.com>
Fri, 19 Dec 2014 17:13:12 +0000 (17:13 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Fri, 19 Dec 2014 17:13:12 +0000 (17:13 +0000)
Found by the Clang static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224589 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/BBVectorize.cpp

index b4991bc497a69778627e2508481abcb058908e75..7b12c2c3fa4b8776656a867a77386bfedca4e74b 100644 (file)
@@ -2627,7 +2627,6 @@ namespace {
           NewI2->insertBefore(IBeforeJ ? J : I);
           I2 = NewI2;
           I2T = I1T;
           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
         }
 
         // Now that both I1 and I2 are the same length we can shuffle them