[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 18 16:53:13 PST 2005
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,
More information about the llvm-commits
mailing list