fix wrong comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 24 Jul 2015 16:02:14 +0000 (16:02 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 24 Jul 2015 16:02:14 +0000 (16:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243113 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrCMovSetCC.td

index 315f21308c0dffff9b86b84b6028decb45791b1a..c73c95019f8d222c046ef2cdda618bff969ab04a 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 
-// SetCC instructions.
+// CMOV instructions.
 multiclass CMOV<bits<8> opc, string Mnemonic, PatLeaf CondNode> {
   let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst",
       isCommutable = 1, SchedRW = [WriteALU] in {