[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrFormats.td
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 13 14:52:54 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrFormats.td updated: 1.78 -> 1.79
---
Log message:
Another fix in the rotate encodings, needed when the first two operands are not
the same.
---
Diffs of the changes: (+1 -1)
PPCInstrFormats.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.78 llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.79
--- llvm/lib/Target/PowerPC/PPCInstrFormats.td:1.78 Wed Jul 12 17:08:13 2006
+++ llvm/lib/Target/PowerPC/PPCInstrFormats.td Thu Jul 13 16:52:41 2006
@@ -608,8 +608,8 @@
class MDForm_1<bits<6> opcode, bits<3> xo, dag OL, string asmstr,
InstrItinClass itin, list<dag> pattern>
: I<opcode, OL, asmstr, itin> {
- bits<5> RS;
bits<5> RA;
+ bits<5> RS;
bits<6> SH;
bits<6> MBE;
More information about the llvm-commits
mailing list