summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/llvm.ml
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-05 12:55:43 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-05 12:55:43 +0000
commit34b4a8426131ec2deea45a1e0174f191c63295e2 (patch)
treec7dd2f2ea8982ed921ff768dfd34b03bfab45c34 /bindings/ocaml/llvm/llvm.ml
parent0fac3dfa4153dc6064d299fe0a0933630ae3f840 (diff)
downloadllvm-34b4a8426131ec2deea45a1e0174f191c63295e2.tar.gz
llvm-34b4a8426131ec2deea45a1e0174f191c63295e2.tar.bz2
llvm-34b4a8426131ec2deea45a1e0174f191c63295e2.tar.xz
[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses
Original patch by David Monniaux git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/llvm/llvm.ml')
-rw-r--r--bindings/ocaml/llvm/llvm.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/ocaml/llvm/llvm.ml b/bindings/ocaml/llvm/llvm.ml
index 1bf91f4518..7096c169b4 100644
--- a/bindings/ocaml/llvm/llvm.ml
+++ b/bindings/ocaml/llvm/llvm.ml
@@ -260,6 +260,8 @@ module ValueKind = struct
| BlockAddress
| ConstantAggregateZero
| ConstantArray
+ | ConstantDataArray
+ | ConstantDataVector
| ConstantExpr
| ConstantFP
| ConstantInt