]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blobdiff - lib/Target/Mips/MicroMipsInstrFormats.td
Reverted revision 226577.
[opencl/llvm.git] / lib / Target / Mips / MicroMipsInstrFormats.td
index 99e46f288b0576a58200d30f42dfce7982fcd72e..51b5c0cd612bf3b34070b59d65db8e03f4a8547b 100644 (file)
@@ -238,15 +238,6 @@ class BEQNEZ_FM_MM16<bits<6> op> {
   let Inst{6-0}   = offset;
 }
 
-class B16_FM {
-  bits<10> offset;
-
-  bits<16> Inst;
-
-  let Inst{15-10} = 0x33;
-  let Inst{9-0}   = offset;
-}
-
 //===----------------------------------------------------------------------===//
 // MicroMIPS 32-bit Instruction Formats
 //===----------------------------------------------------------------------===//