[llvm-commits] [llvm] r66778 - /llvm/trunk/lib/Target/X86/X86ISelLowering.h
Chris Lattner
sabre at nondot.org
Wed Mar 11 23:46:02 PDT 2009
Author: lattner
Date: Thu Mar 12 01:46:02 2009
New Revision: 66778
URL: http://llvm.org/viewvc/llvm-project?rev=66778&view=rev
Log:
improve comment.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.h
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.h?rev=66778&r1=66777&r2=66778&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h Thu Mar 12 01:46:02 2009
@@ -122,10 +122,10 @@
/// operand produced by a CMP instruction.
SETCC,
- /// X86 conditional moves. Operand 1 and operand 2 are the two values
- /// to select from (operand 1 is a R/W operand). Operand 3 is the
- /// condition code, and operand 4 is the flag operand produced by a CMP
- /// or TEST instruction. It also writes a flag result.
+ /// X86 conditional moves. Operand 0 and operand 1 are the two values
+ /// to select from. Operand 2 is the condition code, and operand 3 is the
+ /// flag operand produced by a CMP or TEST instruction. It also writes a
+ /// flag result.
CMOV,
/// X86 conditional branches. Operand 1 is the chain operand, operand 2
More information about the llvm-commits
mailing list