Implementation of microMIPS 16-bit instructions MOVE and JALR.
[oota-llvm.git] / lib / Target / Mips / MipsInstrFormats.td
index 8926264594ef747625227d1727ad177b828aa9bf..1ee4d1387ce3a213c1955d8fc76e0cf01e322373 100644 (file)
@@ -375,7 +375,7 @@ class LUI_FM : StdArch {
   let Inst{15-0}  = imm16;
 }
 
-class JALR_FM : StdArch {
+class JALR_FM {
   bits<5> rd;
   bits<5> rs;