fix typo and spacing; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 27 Jul 2015 17:39:20 +0000 (17:39 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 27 Jul 2015 17:39:20 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243287 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 64ed2e15115dd367881b3a242f4d5a3914d0db8b..10f61a48379cb89f2fb9dc1e48c7f695d1a8ac7b 100644 (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.