[PATCH] D25444: [coroutines] Add coro.end handling

2017-04-04 Thread Gor Nishanov via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL299510: [coroutines] Add coro.end handling (authored by GorNishanov). Changed prior to commit: https://reviews.llvm.org/D25444?vs=94161&id=94162#toc Repository: rL LLVM https://reviews.llvm.org/D254

[PATCH] D25444: [coroutines] Add coro.end handling

2017-04-04 Thread Gor Nishanov via Phabricator via cfe-commits
GorNishanov updated this revision to Diff 94161. GorNishanov retitled this revision from "[coroutines] Hybrid (bundle + bool returning coro.end approach)" to "[coroutines] Add coro.end handling". GorNishanov edited the summary of this revision. GorNishanov added a subscriber: cfe-commits. GorNisha