summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/go
diff options
context:
space:
mode:
authorAyke van Laethem <aykevanlaethem@gmail.com>2019-06-08 22:17:51 +0000
committerAyke van Laethem <aykevanlaethem@gmail.com>2019-06-08 22:17:51 +0000
commitdf9d6cf6a2f415508eed50ea84145218d714172b (patch)
treeb1bff15b93dd8e75c3e09eb626fadfdc62be8b6b /llvm/bindings/go
parentf675a60ca7a93f22e22dd4209504a9846dd04630 (diff)
downloadbcm5719-llvm-df9d6cf6a2f415508eed50ea84145218d714172b.tar.gz
bcm5719-llvm-df9d6cf6a2f415508eed50ea84145218d714172b.zip
Revert "[bindings/go] Add Go bindings for CalledValue"
This reverts commit f675a60ca7a93f22e22dd4209504a9846dd04630. The commit had the wrong title/description. Sorry about the mess! llvm-svn: 362892
Diffstat (limited to 'llvm/bindings/go')
-rw-r--r--llvm/bindings/go/llvm/ir.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/bindings/go/llvm/ir.go b/llvm/bindings/go/llvm/ir.go
index 3bfeac942b2..71f741421e8 100644
--- a/llvm/bindings/go/llvm/ir.go
+++ b/llvm/bindings/go/llvm/ir.go
@@ -1275,10 +1275,6 @@ func (v Value) Indices() []uint32 {
return indices
}
-// Operations on comparisons
-func (v Value) IntPredicate() IntPredicate { return IntPredicate(C.LLVMGetICmpPredicate(v.C)) }
-func (v Value) FloatPredicate() FloatPredicate { return FloatPredicate(C.LLVMGetFCmpPredicate(v.C)) }
-
//-------------------------------------------------------------------------
// llvm.Builder
//-------------------------------------------------------------------------
OpenPOWER on IntegriCloud