[llvm-commits] [PATCH] Add bindings to Builder::getInsertBlock and BasicBlock::getParent.

Erick Tryzelaar idadesub at users.sourceforge.net
Sun Mar 16 14:07:55 PDT 2008


This exposes getInsertBlock and getParent to both the llvm-c and
ocaml bindings.
---
 bindings/ocaml/llvm/llvm.ml      |    6 ++++--
 bindings/ocaml/llvm/llvm.mli     |    9 +++++++++
 bindings/ocaml/llvm/llvm_ocaml.c |   24 ++++++++++++++++++++++++
 include/llvm-c/Core.h            |    2 ++
 lib/VMCore/Core.cpp              |    8 ++++++++
 test/Bindings/Ocaml/vmcore.ml    |   14 ++++++++++++--
 6 files changed, 59 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5e5d36bc388de132dbd3872e37c8409aa4ae0599.diff
Type: text/x-patch
Size: 7326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080316/6d33ca23/attachment.bin>


More information about the llvm-commits mailing list