From: Chris Lattner Date: Tue, 23 Nov 2004 19:23:32 +0000 (+0000) Subject: Fix encoding of rlwinm? X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=89d60de90e2dc809f001e4d9084fcfe21c7f4d6b;p=oota-llvm.git Fix encoding of rlwinm? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18165 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index 880bcce95b9..b20b2599db5 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -586,8 +586,8 @@ class AForm_3 opcode, bits<5> xo, bit rc, bit ppc64, bit vmx, dag OL, class MForm_1 opcode, bit rc, bit ppc64, bit vmx, dag OL, string asmstr> : I { let ArgCount = 5; - bits<5> RS; bits<5> RA; + bits<5> RS; bits<5> RB; bits<5> MB; bits<5> ME;