Changes in directory llvm/lib/Target/SparcV8:
SparcV8InstrInfo.td updated: 1.88 -> 1.89 --- Log message: apparently rdy isn't actually a psuedo instruction. Use rd %y --- Diffs of the changes: (+1 -1) SparcV8InstrInfo.td | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/SparcV8/SparcV8InstrInfo.td diff -u llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.88 llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.89 --- llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.88 Sun Dec 18 18:50:12 2005 +++ llvm/lib/Target/SparcV8/SparcV8InstrInfo.td Sun Dec 18 18:53:02 2005 @@ -581,7 +581,7 @@ // Section B.28 - Read State Register Instructions def RDY : F3_1<2, 0b101000, (ops IntRegs:$dst), - "rdy $dst", []>; + "rd %y, $dst", []>; // Section B.29 - Write State Register Instructions def WRYrr : F3_1<2, 0b110000, _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits