Remove redundant variable introduced by r181682.

llvm-svn: 181721
This commit is contained in:
Bob Wilson 2013-05-13 19:02:31 +00:00
parent a49d9bef05
commit c5c0823724
1 changed files with 0 additions and 1 deletions

View File

@ -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();