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:
Joerg Sonnenberger 2014-08-07 12:35:16 +00:00
parent 46a750b1a0
commit 619bacb039

View File

@ -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]>;