From 9444c0b43c31cf386d594e784871dce3a417d208 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 28 Jun 2019 21:45:55 +0000 Subject: [PATCH] [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364687 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelLowering.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 5ce077bdce7..0631fb7dfe8 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h @@ -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 -- 2.11.0