From 5c489bce2cdad0f625899c98612a110987e4d227 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. llvm-svn: 29136 --- 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;