We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e64fc9 commit 3cd6cdeCopy full SHA for 3cd6cde
tests/codegen/personality_lifetimes.rs
@@ -24,7 +24,7 @@ pub fn test() {
24
let _s = S;
25
// Check that the personality slot alloca gets a lifetime start in each cleanup block, not just
26
// in the first one.
27
- // CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32, [1 x i32] }
+ // CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32{{.*}} }
28
// CHECK-LABEL: cleanup:
29
// CHECK: call void @llvm.lifetime.start.{{.*}}({{.*}})
30
// CHECK-LABEL: cleanup1:
0 commit comments