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

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Mar 10 01:18:01 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: 867df3fe95394a1fe60ed0043c707a1ff9a67550.diff
Type: text/x-patch
Size: 7326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080310/6976226e/attachment.bin>


More information about the llvm-commits mailing list