projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1494b
)
fix wrong comment; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Fri, 24 Jul 2015 16:02:14 +0000
(16:02 +0000)
committer
Sanjay 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrCMovSetCC.td
b/lib/Target/X86/X86InstrCMovSetCC.td
index 315f21308c0dffff9b86b84b6028decb45791b1a..c73c95019f8d222c046ef2cdda618bff969ab04a 100644
(file)
--- a/
lib/Target/X86/X86InstrCMovSetCC.td
+++ b/
lib/Target/X86/X86InstrCMovSetCC.td
@@
-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 {