Skip to content

Commit 1607c89

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents 59dd1fc + 6dd5851 commit 1607c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fn layout_of_simd_ty(
192192
Ok(Arc::new(Layout {
193193
variants: Variants::Single { index: struct_variant_idx() },
194194
fields,
195-
backend_repr: BackendRepr::Vector { element: e_abi, count: e_len },
195+
backend_repr: BackendRepr::SimdVector { element: e_abi, count: e_len },
196196
largest_niche: e_ly.largest_niche,
197197
uninhabited: false,
198198
size,

0 commit comments

Comments
 (0)