cranelift: Remove copy instruction (#5125)

This commit is contained in:
Afonso Bordado
2022-10-26 01:27:33 +01:00
committed by GitHub
parent b3333bf9ea
commit 4867813f77
12 changed files with 0 additions and 227 deletions

View File

@@ -43,7 +43,6 @@ impl LowerBackend for S390xBackend {
match op {
Opcode::Nop
| Opcode::Copy
| Opcode::Iconst
| Opcode::F32const
| Opcode::F64const