projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49d9be
)
Remove redundant variable introduced by r181682.
author
Bob Wilson
<bob.wilson@apple.com>
Mon, 13 May 2013 19:02:31 +0000
(19:02 +0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index
0766849
..
a8621a8
100644
(file)
--- a/
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/
llvm/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();