summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-07-24 16:02:14 +0000
committerSanjay Patel <spatel@rotateright.com>2015-07-24 16:02:14 +0000
commit0495dbf1e16d5a42434b3e06bc2335c486eb4167 (patch)
treee472ac23675398d2454a3a27cd68fcabfcf6be97 /llvm/lib
parent3ba6fd294e7eb5350f4410bdc990d36d6eef75fb (diff)
downloadbcm5719-llvm-0495dbf1e16d5a42434b3e06bc2335c486eb4167.tar.gz
bcm5719-llvm-0495dbf1e16d5a42434b3e06bc2335c486eb4167.zip
fix wrong comment; NFC
llvm-svn: 243113
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrCMovSetCC.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrCMovSetCC.td b/llvm/lib/Target/X86/X86InstrCMovSetCC.td
index 315f21308c0..c73c95019f8 100644
--- a/llvm/lib/Target/X86/X86InstrCMovSetCC.td
+++ b/llvm/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 {
OpenPOWER on IntegriCloud