Skip to content

Commit 44144d7

Browse files
committed
Resolve conflicts
1 parent b516a7a commit 44144d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/Transforms/Coroutines/coro-alloca-09.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cleanup:
5252
br label %suspend
5353

5454
suspend:
55-
call i1 @llvm.coro.end(ptr %hdl, i1 0, token none)
55+
call void @llvm.coro.end(ptr %hdl, i1 0, token none)
5656
ret ptr %hdl
5757
}
5858

llvm/test/Transforms/Coroutines/coro-split-dbg-labels-inlined.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coro_Cleanup:
2828
br label %coro_Suspend, !dbg !37
2929

3030
coro_Suspend:
31-
tail call i1 @llvm.coro.end(ptr null, i1 false, token none) #3, !dbg !40
31+
tail call void @llvm.coro.end(ptr null, i1 false, token none) #3, !dbg !40
3232
ret ptr %2, !dbg !41
3333
}
3434

@@ -60,7 +60,7 @@ declare token @llvm.coro.save(ptr) #0
6060
declare i8 @llvm.coro.suspend(token, i1) #0
6161
declare ptr @llvm.coro.free(token, ptr nocapture readonly) #4
6262
declare void @free(ptr nocapture) local_unnamed_addr #0
63-
declare i1 @llvm.coro.end(ptr, i1, token) #0
63+
declare void @llvm.coro.end(ptr, i1, token) #0
6464

6565
attributes #0 = { nounwind }
6666
attributes #1 = { nounwind readnone }

0 commit comments

Comments
 (0)