mach backend: reduce the size of the Inst enum down to 32 bytes;
This commit is contained in:
@@ -309,7 +309,7 @@ pub enum BranchTarget {
|
||||
/// `lower_branch_group()`.
|
||||
Label(MachLabel),
|
||||
/// A fixed PC offset.
|
||||
ResolvedOffset(isize),
|
||||
ResolvedOffset(i32),
|
||||
}
|
||||
|
||||
impl BranchTarget {
|
||||
|
||||
Reference in New Issue
Block a user