Skip to content

Commit be1d4e3

Browse files
update array-map test for removed alloca
1 parent 1022926 commit be1d4e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/codegen/array-map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
3030
pub fn long_integer_map(x: [u32; 512]) -> [u32; 512] {
3131
// CHECK: start:
3232
// CHECK-NEXT: alloca [512 x i32]
33-
// CHECK-NEXT: alloca %"core::mem::manually_drop::ManuallyDrop<[u32; 512]>"
3433
// CHECK-NOT: alloca
3534
// CHECK: mul <{{[0-9]+}} x i32>
3635
// CHECK: add <{{[0-9]+}} x i32>

0 commit comments

Comments
 (0)