mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Fix Itineray class of rfi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46a750b1a0
commit
619bacb039
@ -3168,7 +3168,7 @@ def TLBSX2D : XForm_base_r3xo<31, 914, (outs),
|
||||
"tlbsx. $RST, $A, $B", IIC_LdStLoad, []>,
|
||||
Requires<[IsPPC4xx]>, isDOT;
|
||||
|
||||
def RFI : XForm_0<19, 50, (outs), (ins), "rfi", IIC_BrB, []>,
|
||||
def RFI : XForm_0<19, 50, (outs), (ins), "rfi", IIC_SprRFI, []>,
|
||||
Requires<[IsBookE]>;
|
||||
def RFCI : XForm_0<19, 51, (outs), (ins), "rfci", IIC_BrB, []>,
|
||||
Requires<[IsBookE]>;
|
||||
|
Loading…
Reference in New Issue
Block a user