From 87663dbefa6de78c46870d7bf763db9031a3b788 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 24 Jul 2015 16:02:14 +0000 Subject: [PATCH] fix wrong comment; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243113 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrCMovSetCC.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86InstrCMovSetCC.td b/lib/Target/X86/X86InstrCMovSetCC.td index 315f21308c0..c73c95019f8 100644 --- a/lib/Target/X86/X86InstrCMovSetCC.td +++ b/lib/Target/X86/X86InstrCMovSetCC.td @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// -// SetCC instructions. +// CMOV instructions. multiclass CMOV opc, string Mnemonic, PatLeaf CondNode> { let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", isCommutable = 1, SchedRW = [WriteALU] in {