Skip to content

Commit d1741f6

Browse files
committed
remove comment
1 parent 0ae1e27 commit d1741f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/intrinsic/simd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>,
428428
32 => ("f32", elem_ty),
429429
64 => ("f64", elem_ty),
430430
_ => {
431-
// Can we pass elem_ty directly?
432431
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
433432
}
434433
}

0 commit comments

Comments
 (0)