Skip to content

Commit 0efdda5

Browse files
committed
[PowerPC] Remove non-existent operand of CP_COPY instruction
1 parent 0e9b6d6 commit 0efdda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCInstr64Bit.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ def : Pat<(int_ppc_darnraw), (DARN 2)>;
20002000

20012001
class X_RA5_RB5<bits<6> opcode, bits<10> xo, string opc, RegisterOperand ty,
20022002
InstrItinClass itin, list<dag> pattern>
2003-
: X_L1_RS5_RS5<opcode, xo, (outs), (ins ty:$RA, ty:$RB, u1imm:$L),
2003+
: X_L1_RS5_RS5<opcode, xo, (outs), (ins ty:$RA, ty:$RB),
20042004
!strconcat(opc, " $RA, $RB"), itin, pattern>{
20052005
let L = 1;
20062006
}

0 commit comments

Comments
 (0)