Skip to content

Commit

Permalink
[NFC][Coroutines] Remove invalid coroutine intrinsic name (llvm#114543)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
veselypeta authored Jan 7, 2025
1 parent 7899572 commit 4e36d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Coroutines/Coroutines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ static const char *const CoroIntrinsics[] = {
"llvm.coro.async.context.dealloc",
"llvm.coro.async.resume",
"llvm.coro.async.size.replace",
"llvm.coro.async.store_resume",
"llvm.coro.await.suspend.bool",
"llvm.coro.await.suspend.handle",
"llvm.coro.await.suspend.void",
Expand Down

0 comments on commit 4e36d5b

Please sign in to comment.