Mips td file formatting: white space and long lines
[oota-llvm.git] / lib / Target / Mips / Mips16InstrFormats.td
index 4ff62ef3b6f99fb116a660beb5c08e11528d0a0d..1e499349800e7fbd958ba34e9a1fb33606ba6673 100644 (file)
@@ -61,7 +61,7 @@ class MipsInst16<dag outs, dag ins, string asmstr, list<dag> pattern,
 
   // Top 5 bits are the 'opcode' field
   let Inst{15-11} = Opcode;
-  
+
   let Size=2;
   field bits<16> SoftFail = 0;
 }
@@ -74,7 +74,7 @@ class MipsInst16_32<dag outs, dag ins, string asmstr, list<dag> pattern,
   MipsInst16_Base<outs, ins, asmstr, pattern, itin>
 {
   field bits<32> Inst;
-  
+
   let Size=4;
   field bits<32> SoftFail = 0;
 }