Skip to content

Commit 5b4ed0d

Browse files
committed
[test] Fix test. NFC
- Add the missing token in @llvm.coro.end
1 parent afc8ad0 commit 5b4ed0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Analysis/GlobalsModRef/nonescaping-noalias.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resume:
7979
ret ptr %coro
8080

8181
suspend:
82-
call i1 @llvm.coro.end(ptr %coro, i1 0)
82+
call i1 @llvm.coro.end(ptr %coro, i1 0, token none)
8383
ret ptr %coro
8484
}
8585

0 commit comments

Comments
 (0)