summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-23 19:23:32 +0000
committerChris Lattner <sabre@nondot.org>2004-11-23 19:23:32 +0000
commit5f4b0e1bf7cdbc0823e274b9a252b3e515732701 (patch)
treeb7759682fd9fabd87333eabd643f307771bc0377 /llvm/lib/Target/PowerPC
parent1238cca6dfe98b59e2bd9556c9210c9f990d844e (diff)
downloadbcm5719-llvm-5f4b0e1bf7cdbc0823e274b9a252b3e515732701.tar.gz
bcm5719-llvm-5f4b0e1bf7cdbc0823e274b9a252b3e515732701.zip
Fix encoding of rlwinm?
llvm-svn: 18165
Diffstat (limited to 'llvm/lib/Target/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td b/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
index 880bcce95b9..b20b2599db5 100644
--- a/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
+++ b/llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
@@ -586,8 +586,8 @@ class AForm_3<bits<6> opcode, bits<5> xo, bit rc, bit ppc64, bit vmx, dag OL,
class MForm_1<bits<6> opcode, bit rc, bit ppc64, bit vmx,
dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
let ArgCount = 5;
- bits<5> RS;
bits<5> RA;
+ bits<5> RS;
bits<5> RB;
bits<5> MB;
bits<5> ME;
OpenPOWER on IntegriCloud