[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 23 11:23:46 PST 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrFormats.td updated: 1.22 -> 1.23
---
Log message:
Fix encoding of rlwinm?
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.22 llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.23
--- llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.22 Sat Oct 23 01:08:38 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrFormats.td Tue Nov 23 13:23:32 2004
@@ -586,8 +586,8 @@
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;
More information about the llvm-commits
mailing list