From 619bacb039ec5f49546f030ebdbb30b25973a439 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 7 Aug 2014 12:35:16 +0000 Subject: [PATCH] Fix Itineray class of rfi git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215104 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCInstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td index 1b571b657bc..cd056869443 100644 --- 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]>; -- 2.34.1