mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 20:46:48 +00:00
formatting fixes
This commit is contained in:
parent
a29477c9ca
commit
0d200116d3
@ -194,10 +194,7 @@ where
|
||||
|
||||
arg.cast_to(CastTarget {
|
||||
prefix: data.prefix,
|
||||
rest: Uniform {
|
||||
unit: Reg::i64(),
|
||||
total: rest_size,
|
||||
},
|
||||
rest: Uniform { unit: Reg::i64(), total: rest_size },
|
||||
attrs: ArgAttributes {
|
||||
regular: data.arg_attribute,
|
||||
arg_ext: ArgExtension::None,
|
||||
@ -210,10 +207,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
arg.cast_to(Uniform {
|
||||
unit: Reg::i64(),
|
||||
total,
|
||||
});
|
||||
arg.cast_to(Uniform { unit: Reg::i64(), total });
|
||||
}
|
||||
|
||||
pub fn compute_abi_info<'a, Ty, C>(cx: &C, fn_abi: &mut FnAbi<'a, Ty>)
|
||||
|
Loading…
Reference in New Issue
Block a user