Make test compatible with 32-bit as well
This commit is contained in:
parent
8e64fc94d8
commit
3cd6cde0be
@ -24,7 +24,7 @@ pub fn test() {
|
|||||||
let _s = S;
|
let _s = S;
|
||||||
// Check that the personality slot alloca gets a lifetime start in each cleanup block, not just
|
// Check that the personality slot alloca gets a lifetime start in each cleanup block, not just
|
||||||
// in the first one.
|
// in the first one.
|
||||||
// CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32, [1 x i32] }
|
// CHECK: [[SLOT:%[0-9]+]] = alloca { ptr, i32{{.*}} }
|
||||||
// CHECK-LABEL: cleanup:
|
// CHECK-LABEL: cleanup:
|
||||||
// CHECK: call void @llvm.lifetime.start.{{.*}}({{.*}})
|
// CHECK: call void @llvm.lifetime.start.{{.*}}({{.*}})
|
||||||
// CHECK-LABEL: cleanup1:
|
// CHECK-LABEL: cleanup1:
|
||||||
|
Loading…
Reference in New Issue
Block a user