diff options
| author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2014-02-28 18:14:16 +0000 |
|---|---|---|
| committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2014-02-28 18:14:16 +0000 |
| commit | d0a289003d05ea06cb5bfe0f0e894dca50b66301 (patch) | |
| tree | eea0d65c66b9654d9b03c4c3d0dc52e19d0e8ca8 /llvm/lib/Target | |
| parent | b4b1475322bd5bae0ba97cc1dc41e528da76749e (diff) | |
| download | bcm5719-llvm-d0a289003d05ea06cb5bfe0f0e894dca50b66301.tar.gz bcm5719-llvm-d0a289003d05ea06cb5bfe0f0e894dca50b66301.zip | |
Revert revision 202518 because of wrong commit message.
llvm-svn: 202521
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Mips/MicroMipsInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MicroMipsInstrFormats.td b/llvm/lib/Target/Mips/MicroMipsInstrFormats.td index 9382099c9a0..21e5707e91e 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} = 0x22d; + let Inst{15-6} = 0x22b; let Inst{5-0} = 0x3c; } |

