[PATCH] D30711: [coroutines] update coro_end builtin to match llvm

2017-03-07 Thread Gor Nishanov via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL297224: [coroutines] update coro_end builtin to match llvm (authored by GorNishanov). Changed prior to commit: https://reviews.llvm.org/D30711?vs=90897&id=90928#toc Repository: rL LLVM https://revie

[PATCH] D30711: [coroutines] update coro_end builtin to match llvm

2017-03-07 Thread Gor Nishanov via Phabricator via cfe-commits
GorNishanov created this revision. Herald added subscribers: EricWF, mehdi_amini. llvm.coro.end intrinsic now returns bool. Updating clang to match it. https://reviews.llvm.org/D30711 Files: include/clang/Basic/Builtins.def test/CodeGenCoroutines/coro-builtins.c Index: test/CodeGenCorouti