1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

fix wrong comment; NFC

llvm-svn: 243113
This commit is contained in:
Sanjay Patel 2015-07-24 16:02:14 +00:00
parent b8ed323159
commit 727976dcd1

View 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 {