Beginnings of arm32 backend.

This commit is contained in:
carolinecullen
2019-03-11 11:50:24 -07:00
committed by Dan Gohman
parent b74b49f7c6
commit 72bc035d70
2 changed files with 103 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ impl TargetIsa for Isa {
}
fn legalize_signature(&self, sig: &mut ir::Signature, current: bool) {
abi::legalize_signature(sig, &self.shared_flags, current)
abi::legalize_signature(sig, &self.triple, current)
}
fn regclass_for_abi_type(&self, ty: ir::Type) -> RegClass {