mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 12:04:36 +00:00
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:
parent
c11299b4a7
commit
b7abbca1dd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user