summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-05-13 19:02:31 +0000
committerBob Wilson <bob.wilson@apple.com>2013-05-13 19:02:31 +0000
commita753ff72b2dfcd9c09451a124373e0a8ed1a1d47 (patch)
treeba1f53aebc6be28a66377022d037900dd4db8fb7
parentfa709768b91df14bb7b5606700d92c3c10aba625 (diff)
downloadllvm-a753ff72b2dfcd9c09451a124373e0a8ed1a1d47.tar.gz
llvm-a753ff72b2dfcd9c09451a124373e0a8ed1a1d47.tar.bz2
llvm-a753ff72b2dfcd9c09451a124373e0a8ed1a1d47.tar.xz
Remove redundant variable introduced by r181682.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181721 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
1 files changed, 0 insertions, 1 deletions
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();