From a606b70cf5167e37b92a2b41a0fc0e280ac6aaa3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 13 Jul 2006 21:52:41 +0000 Subject: [PATCH] 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 --- lib/Target/PowerPC/PPCInstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;