forked from OSchip/llvm-project
Remove redundant variable introduced by r181682.
llvm-svn: 181721
This commit is contained in:
parent
a49d9bef05
commit
c5c0823724
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue