aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 4b211c4..fc03653 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -502,8 +502,8 @@ class XFXForm_7_ext<bits<6> opcode, bits<10> xo, bits<10> spr,
class XSForm_1<bits<6> opcode, bits<9> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>
: I<opcode, OL, asmstr, itin> {
- bits<5> RS;
bits<5> A;
+ bits<5> RS;
bits<6> SH;
bit RC = 0; // set by isDOT