Remove several unused variables.
[oota-llvm.git] / lib / Transforms / Vectorize / SLPVectorizer.cpp
index c8c8ba51b7e1aaeee0a7604dc9b8640075b63f08..c2c53c7c577405f646c751f69eac16c6f4422167 100644 (file)
@@ -2172,7 +2172,6 @@ private:
     assert(isPowerOf2_32(ReduxWidth) &&
            "We only handle power-of-two reductions for now");
 
-    SmallVector<Constant *, 32> ShuffleMask(ReduxWidth, 0);
     Value *TmpVec = ValToReduce;
     for (unsigned i = ReduxWidth / 2; i != 0; i >>= 1) {
       if (IsPairwiseReduction) {