Strip trailing whitespace

llvm-svn: 277280
This commit is contained in:
Simon Pilgrim 2016-07-30 20:53:21 +00:00
parent 8bbd3650a6
commit 5e0d6b509a
1 changed files with 5 additions and 6 deletions

View File

@ -26466,7 +26466,6 @@ static SDValue combineBasicSADPattern(SDNode *Extract, SelectionDAG &DAG,
}
}
// Return the lowest i32.
MVT ResVT = MVT::getVectorVT(MVT::i32, SadVT.getSizeInBits() / 32);
SAD = DAG.getNode(ISD::BITCAST, DL, ResVT, SAD);