Remove redundant variable introduced by r181682.
authorBob Wilson <bob.wilson@apple.com>
Mon, 13 May 2013 19:02:31 +0000 (19:02 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 13 May 2013 19:02:31 +0000 (19:02 +0000)
llvm-svn: 181721

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 0766849..a8621a8 100644 (file)
@@ -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();