diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-19 00:53:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-19 00:53:02 +0000 |
commit | 97561fc2eb1cdccf482ea0f55b86f86b1def22e3 (patch) | |
tree | 95a77fc2ce1bf9e8f81c531c3d0615b34ead04cd /lib/Target/Sparc | |
parent | beecfd2b2dc94b2b164f40c4443cc0506f228ed7 (diff) |
apparently rdy isn't actually a psuedo instruction. Use rd %y
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index e6506ca6aa..88cbac2a75 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.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, |