From: Bob Wilson Date: Mon, 13 May 2013 19:02:31 +0000 (+0000) Subject: Remove redundant variable introduced by r181682. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a753ff72b2dfcd9c09451a124373e0a8ed1a1d47;p=oota-llvm.git Remove redundant variable introduced by r181682. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181721 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 076684993ab..a8621a89a8a 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -9263,7 +9263,6 @@ static SDValue partitionShuffleOfConcats(SDNode *N, SelectionDAG &DAG) { } if (NoUndef) { - unsigned Begin = I * NumElemsPerConcat; if (SVN->getMaskElt(Begin) % NumElemsPerConcat != 0) return SDValue();