[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 24 20:11:21 PST 2004



Changes in directory llvm/lib/Target/PowerPC:

PowerPCInstrFormats.td updated: 1.29 -> 1.30
---
Log message:

Fix encoding of fsel, fixing olden/power, McCat/bisort and several others.
All of Olden passes now! :)


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/PowerPC/PowerPCInstrFormats.td
diff -u llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.29 llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.30
--- llvm/lib/Target/PowerPC/PowerPCInstrFormats.td:1.29	Wed Nov 24 21:40:20 2004
+++ llvm/lib/Target/PowerPC/PowerPCInstrFormats.td	Wed Nov 24 22:11:07 2004
@@ -419,8 +419,8 @@
               dag OL, string asmstr> : I<opcode, ppc64, vmx, OL, asmstr> {
   bits<5> FRT;
   bits<5> FRA;
-  bits<5> FRB;
   bits<5> FRC;
+  bits<5> FRB;
 
   let Inst{6-10}  = FRT;
   let Inst{11-15} = FRA;






More information about the llvm-commits mailing list