fix typo and spacing; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2015-07-27 17:39:20 +00:00
parent c11299b4a7
commit b7abbca1dd

View File

@ -14146,9 +14146,9 @@ SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
}
if (addTest) {
// Look pass the truncate if the high bits are known zero.
// Look past the truncate if the high bits are known zero.
if (isTruncWithZeroHighBitsInput(Cond, DAG))
Cond = Cond.getOperand(0);
Cond = Cond.getOperand(0);
// We know the result of AND is compared against zero. Try to match
// it to BT.