From: Chris Lattner Date: Thu, 13 Jul 2006 21:52:41 +0000 (+0000) Subject: Another fix in the rotate encodings, needed when the first two operands are not X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a606b70cf5167e37b92a2b41a0fc0e280ac6aaa3;p=oota-llvm.git Another fix in the rotate encodings, needed when the first two operands are not the same. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29136 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;