diff --git a/lib/Target/Mips/Mips32r6InstrFormats.td b/lib/Target/Mips/Mips32r6InstrFormats.td index e4ec96a92f5..e9a4289ec24 100644 --- a/lib/Target/Mips/Mips32r6InstrFormats.td +++ b/lib/Target/Mips/Mips32r6InstrFormats.td @@ -403,7 +403,7 @@ class JMP_IDX_COMPACT_FM funct> : MipsR6Inst { bits<32> Inst; let Inst{31-26} = funct; - let Inst{25-21} = 0b000000; + let Inst{25-21} = 0b00000; let Inst{20-16} = rt; let Inst{15-0} = offset; }