[llvm-commits] [PATCH] Extend the builder interface to use the new instruction positioning code.
Gordon Henriksen
gordonhenriksen at mac.com
Tue Mar 25 09:36:39 PDT 2008
On Mar 24, 2008, at 02:59, Erick Tryzelaar wrote:
> Adding gordonh's suggestions.
> ---
> bindings/ocaml/llvm/llvm.ml | 70 +++++++++++++++++++++++++++++
> +++++---
> bindings/ocaml/llvm/llvm.mli | 58 ++++++++++++++++++++++++++
> +----
> bindings/ocaml/llvm/llvm_ocaml.c | 38 ++++++++------------
> 3 files changed, 130 insertions(+), 36 deletions(-)
Very nice. Applied!
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080324/060184.html
I also added some tests:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080324/060185.html
Thanks Erick.
— Gordon
More information about the llvm-commits
mailing list