Beginnings of arm32 backend.
This commit is contained in:
committed by
Dan Gohman
parent
b74b49f7c6
commit
72bc035d70
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user