Remove commented out code.
[oota-llvm.git] / lib / Target / Mips / MicroMipsInstrFormats.td
index 9fc2f383123b7fd2362999a657ba4bc4950362a7..15b951d98c527a65110e1d34e0e9701368753dbb 100644 (file)
@@ -62,6 +62,16 @@ class JALR_FM_MM16<bits<5> op> {
   let Inst{4-0}   = rs;
 }
 
+class MFHILO_FM_MM16<bits<5> funct> {
+  bits<5> rd;
+
+  bits<16> Inst;
+
+  let Inst{15-10} = 0x11;
+  let Inst{9-5}   = funct;
+  let Inst{4-0}   = rd;
+}
+
 //===----------------------------------------------------------------------===//
 // MicroMIPS 32-bit Instruction Formats
 //===----------------------------------------------------------------------===//