X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FMips%2FMips16InstrFormats.td;h=1e499349800e7fbd958ba34e9a1fb33606ba6673;hp=4ff62ef3b6f99fb116a660beb5c08e11528d0a0d;hb=d761004bfd61c96ad650b82ab262e220530ea6d9;hpb=7733728ac25dca0d8be6d967843ad977c2376f6d diff --git a/lib/Target/Mips/Mips16InstrFormats.td b/lib/Target/Mips/Mips16InstrFormats.td index 4ff62ef3b6f..1e499349800 100644 --- a/lib/Target/Mips/Mips16InstrFormats.td +++ b/lib/Target/Mips/Mips16InstrFormats.td @@ -61,7 +61,7 @@ class MipsInst16 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 pattern, MipsInst16_Base { field bits<32> Inst; - + let Size=4; field bits<32> SoftFail = 0; }