projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a750b
)
Fix Itineray class of rfi
author
Joerg Sonnenberger
<joerg@bec.de>
Thu, 7 Aug 2014 12:35:16 +0000
(12:35 +0000)
committer
Joerg Sonnenberger
<joerg@bec.de>
Thu, 7 Aug 2014 12:35:16 +0000
(12:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215104
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrInfo.td
b/lib/Target/PowerPC/PPCInstrInfo.td
index 1b571b657bc33b1df982a059675606037749ecaa..cd056869443b29fdd7e7a98cfa1c645256068575 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrInfo.td
+++ b/
lib/Target/PowerPC/PPCInstrInfo.td
@@
-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]>;