Skip to content

Commit d7bee58

Browse files
committed
remove comment
1 parent ac97487 commit d7bee58

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_codegen_gcc/src/intrinsic

1 file changed

+0
-1
lines changed

compiler/rustc_codegen_gcc/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)