summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MicroMipsInstrFormats.td
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-02-28 18:02:17 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-02-28 18:02:17 +0000
commit60f89805458b7bae91960c418029a33cd8c0728b (patch)
tree8ae1721ffd41bafffc5c87619050b301d25864c6 /lib/Target/Mips/MicroMipsInstrFormats.td
parentfc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2 (diff)
downloadllvm-60f89805458b7bae91960c418029a33cd8c0728b.tar.gz
llvm-60f89805458b7bae91960c418029a33cd8c0728b.tar.bz2
llvm-60f89805458b7bae91960c418029a33cd8c0728b.tar.xz
Fix operand of SC instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MicroMipsInstrFormats.td')
-rw-r--r--lib/Target/Mips/MicroMipsInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MicroMipsInstrFormats.td b/lib/Target/Mips/MicroMipsInstrFormats.td
index 21e5707e91..9382099c9a 100644
--- a/lib/Target/Mips/MicroMipsInstrFormats.td
+++ b/lib/Target/Mips/MicroMipsInstrFormats.td
@@ -303,7 +303,7 @@ class SYS_FM_MM : MMArch {
bits<32> Inst;
let Inst{31-26} = 0x0;
let Inst{25-16} = code_;
- let Inst{15-6} = 0x22b;
+ let Inst{15-6} = 0x22d;
let Inst{5-0} = 0x3c;
}