From: Tilmann Scheller Date: Fri, 19 Dec 2014 17:13:12 +0000 (+0000) Subject: [BBVectorize] Remove redundant assignment. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=14ef1a43c2c447d76cd6cf5a6613db8eb25cf65c [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 --- diff --git a/lib/Transforms/Vectorize/BBVectorize.cpp b/lib/Transforms/Vectorize/BBVectorize.cpp index b4991bc497a..7b12c2c3fa4 100644 --- a/lib/Transforms/Vectorize/BBVectorize.cpp +++ b/lib/Transforms/Vectorize/BBVectorize.cpp @@ -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