fix wrong comment; NFC

llvm-svn: 243113
This commit is contained in:
Sanjay Patel 2015-07-24 16:02:14 +00:00
parent 3ba6fd294e
commit 0495dbf1e1
1 changed files with 1 additions and 1 deletions

View File

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