From a753ff72b2dfcd9c09451a124373e0a8ed1a1d47 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 13 May 2013 19:02:31 +0000 Subject: Remove redundant variable introduced by r181682. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181721 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/SelectionDAG/DAGCombiner.cpp') diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 076684993a..a8621a89a8 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(); -- cgit v1.2.3