Skip to content

Commit 4e36d5b

Browse files
authored
[NFC][Coroutines] Remove invalid coroutine intrinsic name (#114543)
Removes `llvm.coro.async.store_resume` from the list of coroutine intrinsics. This is not a valid intrinsic name, and was likely added by mistake with [this](https://reviews.llvm.org/D90612) change.
1 parent 7899572 commit 4e36d5b

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)