Skip to content

Commit ea2fdeb

Browse files
authored
Update uninhabited-transparent-return-abi.rs
1 parent d0869d3 commit ea2fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen-llvm/uninhabited-transparent-return-abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub fn test_uninhabited_ret_by_ref() {
3535
#[no_mangle]
3636
pub fn test_uninhabited_ret_by_ref_with_arg(rsi: u32) {
3737
// CHECK: %_2 = alloca [24 x i8], align {{8|4}}
38-
// CHECK-NEXT: call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %_2)
38+
// CHECK-NEXT: call void @llvm.lifetime.start.p0({{(i64 24, )?}}ptr nonnull %_2)
3939
// CHECK-NEXT: call void @opaque_with_arg({{.*}} sret([24 x i8]) {{.*}} %_2, i32 noundef{{( signext)?}} %rsi) #2
4040
// CHECK-NEXT: unreachable
4141
unsafe {

0 commit comments

Comments
 (0)