about summary refs log tree commit diff
path: root/tests/codegen/array-map.rs
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-07-16 06:33:33 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-07-16 06:33:33 +0000
commit2e4a1903875f848466844a4d683cabcbceecaeee (patch)
tree23b5d0c5333cffd4b5f67f1bb7a98d5f66e05897 /tests/codegen/array-map.rs
parent648d74a068be79fa6c1349a4740962527af8d448 (diff)
parente87c15c8e4dbe98d72bd1b18b9f5c70cacd44672 (diff)
downloadrust-2e4a1903875f848466844a4d683cabcbceecaeee.tar.gz
rust-2e4a1903875f848466844a4d683cabcbceecaeee.zip
Merge from rustc
Diffstat (limited to 'tests/codegen/array-map.rs')
-rw-r--r--tests/codegen/array-map.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/array-map.rs b/tests/codegen/array-map.rs
index 24f3f43d078..4d218e6a951 100644
--- a/tests/codegen/array-map.rs
+++ b/tests/codegen/array-map.rs
@@ -30,7 +30,6 @@ pub fn short_integer_map(x: [u32; 8]) -> [u32; 8] {
 pub fn long_integer_map(x: [u32; 512]) -> [u32; 512] {
     // CHECK: start:
     // CHECK-NEXT: alloca [512 x i32]
-    // CHECK-NEXT: alloca %"core::mem::manually_drop::ManuallyDrop<[u32; 512]>"
     // CHECK-NOT: alloca
     // CHECK: mul <{{[0-9]+}} x i32>
     // CHECK: add <{{[0-9]+}} x i32>