projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae087a
)
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)
llvm-svn: 215104
llvm/lib/Target/PowerPC/PPCInstrInfo.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/PowerPC/PPCInstrInfo.td
b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index
1b571b6
..
cd05686
100644
(file)
--- a/
llvm/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/
llvm/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]>;