Remove the sarg_t type and dummy_sarg_t instruction

They are no longer necessary with the new style backends
This commit is contained in:
bjorn3
2021-10-10 14:37:02 +02:00
parent 855ba39217
commit 8a8797b911
8 changed files with 3 additions and 56 deletions

View File

@@ -6870,8 +6870,7 @@ fn lower_insn_to_regs<C: LowerCtx<I = Inst>>(
| Opcode::AdjustSpUpImm
| Opcode::AdjustSpDownImm
| Opcode::IfcmpSp
| Opcode::Copy
| Opcode::DummySargT => {
| Opcode::Copy => {
panic!("Unused opcode should not be encountered.");
}