Fix comment.
authorEric Christopher <echristo@apple.com>
Wed, 29 Jul 2009 01:01:19 +0000 (01:01 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 29 Jul 2009 01:01:19 +0000 (01:01 +0000)
llvm-svn: 77415

llvm/lib/Target/X86/X86ISelLowering.cpp

index 796f073..5ec325c 100644 (file)
@@ -6201,8 +6201,8 @@ X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
     return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
   }
   // ptest intrinsics. The intrinsic these come from are designed to return
-  // a boolean value, not just an instruction so lower it to the ptest
-  // pattern and a conditional move to the result.
+  // an integer value, not just an instruction so lower it to the ptest
+  // pattern and a setcc for the result.
   case Intrinsic::x86_sse41_ptestz:
   case Intrinsic::x86_sse41_ptestc:
   case Intrinsic::x86_sse41_ptestnzc:{