From 9078c846544f6e86fb50eac274f54e2280aed7db Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 19 Dec 2005 00:53:02 +0000 Subject: [PATCH] apparently rdy isn't actually a psuedo instruction. Use rd %y llvm-svn: 24848 --- llvm/lib/Target/SparcV8/SparcV8InstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td b/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td index e6506ca6aa7f..88cbac2a758a 100644 --- a/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td +++ b/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td @@ -581,7 +581,7 @@ let Uses = [O0, O1, O2, O3, O4, O5], hasDelaySlot = 1, isCall = 1, // 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,