[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
This commit is contained in:
Sanjay Patel 2019-06-28 21:45:55 +00:00
parent f2128b28cd
commit 9126c84f50
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ namespace llvm {
/// 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.
/// flag operand produced by a CMP or TEST instruction.
CMOV,
/// X86 conditional branches. Operand 0 is the chain operand, operand 1