summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
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
commitc5c0823724e5947298bc92f901ec0962f28a8457 (patch)
tree5a7a2df305894127eb445b635f20b90bf04cf8d7 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parenta49d9bef05f1421f91f77c157cef85630608c165 (diff)
downloadbcm5719-llvm-c5c0823724e5947298bc92f901ec0962f28a8457.tar.gz
bcm5719-llvm-c5c0823724e5947298bc92f901ec0962f28a8457.zip
Remove redundant variable introduced by r181682.
llvm-svn: 181721
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
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();
OpenPOWER on IntegriCloud