diff options
| author | Eric Christopher <echristo@apple.com> | 2009-07-29 01:01:19 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2009-07-29 01:01:19 +0000 |
| commit | 99f55342969baeb2b10a5370e88de41583640599 (patch) | |
| tree | 9f1a9f363c42c34d3eab4514518c0c77bfbe4e19 /llvm/lib/Target | |
| parent | bef0437d61f321b29a74552db698123c67b5bd18 (diff) | |
| download | bcm5719-llvm-99f55342969baeb2b10a5370e88de41583640599.tar.gz bcm5719-llvm-99f55342969baeb2b10a5370e88de41583640599.zip | |
Fix comment.
llvm-svn: 77415
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 796f073006b..5ec325c26b6 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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:{ |

