]> granicus.if.org Git - clang/commit
[coroutines] update coro_end builtin to match llvm
authorGor Nishanov <GorNishanov@gmail.com>
Tue, 7 Mar 2017 21:01:08 +0000 (21:01 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Tue, 7 Mar 2017 21:01:08 +0000 (21:01 +0000)
commit6470a8535fc6ea56127ce096060253f64aeca335
treefeaa3fb397c5055e07bf2a91e315e10f497f112e
parentee2f6d93d8217772d394c483a07999cdeb5c04ba
[coroutines] update coro_end builtin to match llvm

Summary: llvm.coro.end intrinsic now returns bool. Updating clang to match it.

Reviewers: GorNishanov, rsmith

Reviewed By: rsmith

Subscribers: mehdi_amini, cfe-commits, EricWF

Differential Revision: https://reviews.llvm.org/D30711

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297224 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
test/CodeGenCoroutines/coro-builtins.c