about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorEllis Hoag <ellis.sparky.hoag@gmail.com>2022-09-24 15:03:14 -0700
committerEllis Hoag <ellis.sparky.hoag@gmail.com>2022-09-24 15:03:14 -0700
commitd7bee58105e01b0e259bf6b0cb1b90c841ba00e0 (patch)
treefba4109acf8b7fed46af884a27ce4820b78d2dd4 /compiler/rustc_codegen_gcc/src
parentac97487645fdf018724f17ed1e764f2dbb4b04ba (diff)
downloadrust-d7bee58105e01b0e259bf6b0cb1b90c841ba00e0.tar.gz
rust-d7bee58105e01b0e259bf6b0cb1b90c841ba00e0.zip
remove comment
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
-rw-r--r--compiler/rustc_codegen_gcc/src/intrinsic/simd.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/intrinsic/simd.rs b/compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
index 22bd0a1de82..ffc85b773a2 100644
--- a/compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
+++ b/compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
@@ -428,7 +428,6 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>,
                     32 => ("f32", elem_ty),
                     64 => ("f64", elem_ty),
                     _ => {
-                        // Can we pass elem_ty directly?
                         return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
                     }
                 }