From 9f04532f3942bcfd8c859cf6deb49a34649124c6 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka <ahatanaka@mips.com> Date: Tue, 30 Jul 2013 20:42:19 +0000 Subject: [PATCH] [mips] Delete instruction format for "bal". llvm-svn: 187443 --- lib/Target/Mips/MipsInstrFormats.td | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/Target/Mips/MipsInstrFormats.td b/lib/Target/Mips/MipsInstrFormats.td index fb55cd29025..c3108aa67ee 100644 --- a/lib/Target/Mips/MipsInstrFormats.td +++ b/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;