Skip to content

Commit 9126c84

Browse files
committedJun 28, 2019
[x86] remove stale comment about cmov; NFC
The cmov node used to sometimes return a glue result (and that's what 'flag' meant in this context), but that was removed with D38664. llvm-svn: 364687
1 parent f2128b2 commit 9126c84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎llvm/lib/Target/X86/X86ISelLowering.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ namespace llvm {
105105

106106
/// X86 conditional moves. Operand 0 and operand 1 are the two values
107107
/// to select from. Operand 2 is the condition code, and operand 3 is the
108-
/// flag operand produced by a CMP or TEST instruction. It also writes a
109-
/// flag result.
108+
/// flag operand produced by a CMP or TEST instruction.
110109
CMOV,
111110

112111
/// X86 conditional branches. Operand 0 is the chain operand, operand 1

0 commit comments

Comments
 (0)
Please sign in to comment.