Skip to content

Commit 70aeb9e

Browse files
ellishgantoyo
authored andcommitted
remove comment
1 parent 925b11e commit 70aeb9e

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

0 commit comments

Comments
 (0)