summaryrefslogtreecommitdiffstats
path: root/llvm/bindings
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2018-09-28 16:45:18 +0000
committerwhitequark <whitequark@whitequark.org>2018-09-28 16:45:18 +0000
commit29b29801593322ab5276dd699a5676bbda21027c (patch)
tree94be0c2156739a668e51dd48c9ce80247bc6e76d /llvm/bindings
parent937afbc36585c66d0e7b722a47bbc8154253d778 (diff)
downloadbcm5719-llvm-29b29801593322ab5276dd699a5676bbda21027c.tar.gz
bcm5719-llvm-29b29801593322ab5276dd699a5676bbda21027c.zip
Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"
This reverts commit c4baf7c2f06ff5459c4f5998ce980346e72bff97. Broke the bots, and should really be in Transforms/Coroutines instead. llvm-svn: 343337
Diffstat (limited to 'llvm/bindings')
-rw-r--r--llvm/bindings/go/llvm/transforms_pmbuilder.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/bindings/go/llvm/transforms_pmbuilder.go b/llvm/bindings/go/llvm/transforms_pmbuilder.go
index 3298f780f5a..b164e58812b 100644
--- a/llvm/bindings/go/llvm/transforms_pmbuilder.go
+++ b/llvm/bindings/go/llvm/transforms_pmbuilder.go
@@ -66,7 +66,3 @@ func (pmb PassManagerBuilder) SetDisableSimplifyLibCalls(val bool) {
func (pmb PassManagerBuilder) UseInlinerWithThreshold(threshold uint) {
C.LLVMPassManagerBuilderUseInlinerWithThreshold(pmb.C, C.uint(threshold))
}
-
-func (pmb PassManagerBuilder) AddCoroutinePassesToExtensionPoints() {
- C.LLVMPassManagerBuilderAddCoroutinePassesToExtensionPoints(pmb.C);
-}
OpenPOWER on IntegriCloud