Skip to content

Commit 9e3dd76

Browse files
committed
remove unnecessary lines
1 parent 3812d3a commit 9e3dd76

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

llvm/lib/Target/PowerPC/PPCInstrInfo.td

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4325,12 +4325,10 @@ def TLBIE : XForm_26<31, 306, (outs), (ins gprc:$RST, gprc:$RB),
43254325
Requires<[IsNotISA3_0]>;
43264326

43274327
let Predicates = [IsISA3_0] in {
4328-
//let isCodeGenOnly = 1 in {
4329-
def TLBIEP9 : XForm_RSB5_UIMM2_2UIMM1<31, 306, (outs),
4330-
(ins gprc:$RB, gprc:$RS, u2imm:$RIC,
4331-
u1imm:$PRS, u1imm:$R),
4332-
"tlbie $RB, $RS, $RIC, $PRS, $R", []>;
4333-
//}
4328+
def TLBIEP9 : XForm_RSB5_UIMM2_2UIMM1<31, 306, (outs),
4329+
(ins gprc:$RB, gprc:$RS, u2imm:$RIC,
4330+
u1imm:$PRS, u1imm:$R),
4331+
"tlbie $RB, $RS, $RIC, $PRS, $R", []>;
43344332
let Interpretation64Bit = 1, isCodeGenOnly = 1 in {
43354333
def TLBIE8P9
43364334
: XForm_RSB5_UIMM2_2UIMM1<31, 306, (outs),

0 commit comments

Comments
 (0)