fix wrong comment; NFC
[oota-llvm.git] / 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 {