Another fix in the rotate encodings, needed when the first two operands are not
authorChris Lattner <sabre@nondot.org>
Thu, 13 Jul 2006 21:52:41 +0000 (21:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Jul 2006 21:52:41 +0000 (21:52 +0000)
the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29136 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrFormats.td

index 94eedc3bddc7e234d3daa65ea9173b4fe34e6ef6..dd9dbc38e367640e262266fb5550bbe0917867f5 100644 (file)
@@ -608,8 +608,8 @@ class MForm_2<bits<6> opcode, dag OL, string asmstr,
 class MDForm_1<bits<6> opcode, bits<3> xo, dag OL, string asmstr,
                InstrItinClass itin, list<dag> pattern>
     : I<opcode, OL, asmstr, itin> {
-  bits<5> RS;
   bits<5> RA;
+  bits<5> RS;
   bits<6> SH;
   bits<6> MBE;