diff options
| author | Nikita Popov <npopov@redhat.com> | 2024-01-02 14:41:08 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2024-01-02 15:03:14 +0100 |
| commit | 8e64fc94d895b570e80db8edc3e3ef265e19db8c (patch) | |
| tree | e3931508de0d57a4a5c85eed98a618252779029b /compiler/rustc_codegen_llvm | |
| parent | c2fd26a115645c92537719b1a04270e1ba727cbf (diff) | |
| download | rust-8e64fc94d895b570e80db8edc3e3ef265e19db8c.tar.gz rust-8e64fc94d895b570e80db8edc3e3ef265e19db8c.zip | |
Address review comments
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/type_of.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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(..) => {} } |
