From: Sanjay Patel Date: Mon, 27 Jul 2015 17:39:20 +0000 (+0000) Subject: fix typo and spacing; NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b7abbca1ddc0501316b6ef5b1601f2895871b588;p=oota-llvm.git fix typo and spacing; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243287 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 64ed2e15115..10f61a48379 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -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.