From 8e64fc94d895b570e80db8edc3e3ef265e19db8c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 2 Jan 2024 14:41:08 +0100 Subject: Address review comments --- compiler/rustc_codegen_llvm/src/type_of.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm/src') diff --git a/compiler/rustc_codegen_llvm/src/type_of.rs b/compiler/rustc_codegen_llvm/src/type_of.rs index adedaf7eccd..c8bf8b9514a 100644 --- a/compiler/rustc_codegen_llvm/src/type_of.rs +++ b/compiler/rustc_codegen_llvm/src/type_of.rs @@ -26,7 +26,6 @@ fn uncached_llvm_type<'a, 'tcx>( let element = layout.scalar_llvm_type_at(cx, element); return cx.type_vector(element, count); } - // Treat ScalarPair like a normal aggregate for the purposes of in-memory representation. Abi::Uninhabited | Abi::Aggregate { .. } | Abi::ScalarPair(..) => {} } -- cgit 1.4.1-3-g733a5