Skip to content

Commit 312a7b6

Browse files
committed
[NFC][Coroutines] Remove invalid coroutine intrinsic name
1 parent e577f14 commit 312a7b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Coroutines/Coroutines.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ static const char *const CoroIntrinsics[] = {
6969
"llvm.coro.async.context.dealloc",
7070
"llvm.coro.async.resume",
7171
"llvm.coro.async.size.replace",
72-
"llvm.coro.async.store_resume",
7372
"llvm.coro.await.suspend.bool",
7473
"llvm.coro.await.suspend.handle",
7574
"llvm.coro.await.suspend.void",

0 commit comments

Comments
 (0)