summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit9874a2b1efd6225b17262704d6e5ba0e3ba63ee9 (patch)
tree03a1110cf1e6cc2a8e3dc8aaf169b34f4d240797 /llvm/lib/Target
parentbae1d15491ea283ad30e623f2ae91a779013669a (diff)
downloadbcm5719-llvm-9874a2b1efd6225b17262704d6e5ba0e3ba63ee9.tar.gz
bcm5719-llvm-9874a2b1efd6225b17262704d6e5ba0e3ba63ee9.zip
Fix operand of SC instruction.
llvm-svn: 202518
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MicroMipsInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td b/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
index 21e5707e91e..9382099c9a0 100644
--- a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud