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:
@@ -451,7 +451,6 @@ where
|
||||
Opcode::Spill => unimplemented!("Spill"),
|
||||
Opcode::Fill => unimplemented!("Fill"),
|
||||
Opcode::FillNop => assign(arg(0)?),
|
||||
Opcode::DummySargT => unimplemented!("DummySargT"),
|
||||
Opcode::CopyNop => unimplemented!("CopyNop"),
|
||||
Opcode::AdjustSpDown => unimplemented!("AdjustSpDown"),
|
||||
Opcode::AdjustSpUpImm => unimplemented!("AdjustSpUpImm"),
|
||||
|
||||
Reference in New Issue
Block a user