Skip to content

Commit

Permalink
Removed uneeded change.
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera committed Jan 18, 2018
1 parent f4bcfc5 commit af632bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/cabi_sparc64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fn is_homogeneous_aggregate<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgTyp
let valid_unit = match unit.kind {
RegKind::Integer => false,
RegKind::Float => true,
RegKind::Vector => arg.layout.size.bits() == 256
RegKind::Vector => arg.layout.size.bits() == 128
};

if valid_unit {
Expand Down

0 comments on commit af632bc

Please sign in to comment.