summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-19 00:53:02 +0000
committerChris Lattner <sabre@nondot.org>2005-12-19 00:53:02 +0000
commit9078c846544f6e86fb50eac274f54e2280aed7db (patch)
tree312b25972de2a529f82da7561e6a504d17d3d791 /llvm/lib
parentd2e885e3217f11453044d7f1f2a516096a3f43a9 (diff)
downloadbcm5719-llvm-9078c846544f6e86fb50eac274f54e2280aed7db.tar.gz
bcm5719-llvm-9078c846544f6e86fb50eac274f54e2280aed7db.zip
apparently rdy isn't actually a psuedo instruction. Use rd %y
llvm-svn: 24848
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SparcV8/SparcV8InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td b/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
index e6506ca6aa7..88cbac2a758 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,
OpenPOWER on IntegriCloud