diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-05-13 19:02:31 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-05-13 19:02:31 +0000 |
commit | c5c0823724e5947298bc92f901ec0962f28a8457 (patch) | |
tree | 5a7a2df305894127eb445b635f20b90bf04cf8d7 /llvm/lib | |
parent | a49d9bef05f1421f91f77c157cef85630608c165 (diff) | |
download | bcm5719-llvm-c5c0823724e5947298bc92f901ec0962f28a8457.tar.gz bcm5719-llvm-c5c0823724e5947298bc92f901ec0962f28a8457.zip |
Remove redundant variable introduced by r181682.
llvm-svn: 181721
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 076684993ab..a8621a89a8a 100644 --- 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(); |