diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index 94eedc3bddc..dd9dbc38e36 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -608,8 +608,8 @@ class MForm_2 opcode, dag OL, string asmstr, class MDForm_1 opcode, bits<3> xo, dag OL, string asmstr, InstrItinClass itin, list pattern> : I { - bits<5> RS; bits<5> RA; + bits<5> RS; bits<6> SH; bits<6> MBE;