remove comment

This commit is contained in:
Ellis Hoag 2022-09-24 15:03:14 -07:00 committed by Antoni Boucher
parent 925b11ece0
commit 70aeb9e2b3

View file

@ -387,7 +387,6 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>,
32 => ("f", elem_ty),
64 => ("", elem_ty),
_ => {
// Can we pass elem_ty directly?
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
}
}