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

Erick Tryzelaar idadesub at users.sourceforge.net
Sun Mar 9 16:08:14 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: ad2272c666252be6a9cb9c7c6ec132ccd6b88e9a.diff
Type: text/x-patch
Size: 7326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080309/1ae26e6e/attachment.bin>


More information about the llvm-commits mailing list