OSDN Git Service

[LLVM-C] Add coroutine passes
authorwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:39:57 +0000 (23:39 +0000)
committerwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:39:57 +0000 (23:39 +0000)
commit7c767e2cf3df4e1a5fbef7d75089d9c4250b61b7
treeac3b131a5687ce28164ca03b8dd3c9e3994db529
parent8bf9e9a01798a7b357a7371ee9ec7c1cc2c812dd
[LLVM-C] Add coroutine passes

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340147 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Transforms/Coroutines.h [new file with mode: 0644]
lib/Transforms/Coroutines/Coroutines.cpp