diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2013-07-30 20:42:19 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-07-30 20:42:19 +0000 |
| commit | 8f69d7f0c0c6ff12fcc8818bc5b2c2ffb4e971f9 (patch) | |
| tree | cfcb49f4d11f38adfd22ee78e617c25af1331b1c /llvm/lib | |
| parent | 3f423dec771d214c7f43371b1d4536db3c0acd25 (diff) | |
| download | bcm5719-llvm-8f69d7f0c0c6ff12fcc8818bc5b2c2ffb4e971f9.tar.gz bcm5719-llvm-8f69d7f0c0c6ff12fcc8818bc5b2c2ffb4e971f9.zip | |
[mips] Delete instruction format for "bal".
llvm-svn: 187443
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrFormats.td | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFormats.td b/llvm/lib/Target/Mips/MipsInstrFormats.td index fb55cd29025..c3108aa67ee 100644 --- a/llvm/lib/Target/Mips/MipsInstrFormats.td +++ b/llvm/lib/Target/Mips/MipsInstrFormats.td @@ -401,17 +401,6 @@ class JALR_FM { let Inst{5-0} = 9; } -class BAL_FM { - bits<16> offset; - - bits<32> Inst; - - let Inst{31-26} = 1; - let Inst{25-21} = 0; - let Inst{20-16} = 0x11; - let Inst{15-0} = offset; -} - class BGEZAL_FM<bits<5> funct> { bits<5> rs; bits<16> offset; |

