forked from OSchip/llvm-project
apparently rdy isn't actually a psuedo instruction. Use rd %y
llvm-svn: 24848
This commit is contained in:
parent
d2e885e321
commit
9078c84654
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue