[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 24 19:40:34 PST 2004
Changes in directory llvm/lib/Target/PowerPC:
PowerPCInstrFormats.td updated: 1.28 -> 1.29
---
Log message:
Fix encoding of swari, fixing several programs, including Olden/mst
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.28 llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.29
--- llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.28 Tue Nov 23 21:52:02 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrFormats.td Wed Nov 24 21:40:20 2004
@@ -253,7 +253,7 @@
class XForm_10<bits<6> opcode, bits<10> xo, bit rc, bit ppc64, bit vmx,
dag OL, string asmstr>
- : XForm_base_r3xo<opcode, xo, rc, ppc64, vmx, OL, asmstr> {
+ : XForm_base_r3xo_swapped<opcode, xo, rc, ppc64, vmx, OL, asmstr> {
}
class XForm_11<bits<6> opcode, bits<10> xo, bit rc, bit ppc64, bit vmx,
More information about the llvm-commits
mailing list