Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera committed Feb 21, 2022
1 parent a29477c commit 0d20011
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions compiler/rustc_target/src/abi/call/sparc64.rs
Expand Up @@ -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,
Expand All @@ -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>)
Expand Down

0 comments on commit 0d20011

Please sign in to comment.