Skip to content

Commit

Permalink
OCaml bindings: add icmp_predicate
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141995 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
edwintorok committed Oct 14, 2011
1 parent 2c4ae18 commit 8da43bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/ocaml/llvm/llvm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ external instr_pred : llvalue -> (llbasicblock, llvalue) llrev_pos
external instr_opcode : llvalue -> Opcode.t = "llvm_instr_get_opcode"
external icmp_predicate : llvalue -> Icmp.t option = "llvm_instr_icmp_predicate"

external icmp_predicate : llvalue -> Icmp.t option = "llvm_instr_icmp_predicate"

let rec iter_instrs_range f i e =
if i = e then () else
match i with
Expand Down

0 comments on commit 8da43bf

Please sign in to comment.