Skip to content

Commit af632bc

Browse files
committed
Removed uneeded change.
1 parent f4bcfc5 commit af632bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/cabi_sparc64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn is_homogeneous_aggregate<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, arg: &mut ArgTyp
2424
let valid_unit = match unit.kind {
2525
RegKind::Integer => false,
2626
RegKind::Float => true,
27-
RegKind::Vector => arg.layout.size.bits() == 256
27+
RegKind::Vector => arg.layout.size.bits() == 128
2828
};
2929

3030
if valid_unit {

0 commit comments

Comments
 (0)