OSDN Git Service

Expose the rest of the attribute settings.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:47 +0000 (04:42 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:47 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82965 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli

index 64f7c17..37d0fd7 100644 (file)
@@ -84,6 +84,16 @@ module Attribute = struct
   | Nest
   | Readnone
   | Readonly
+  | Noinline
+  | Alwaysinline
+  | Optsize
+  | Ssp
+  | Sspreq
+  | Nocapture
+  | Noredzone
+  | Noimplicitfloat
+  | Naked
+  | Inlinehint
 end
 
 module Icmp = struct
index 402bf74..a7c2bcf 100644 (file)
@@ -134,6 +134,16 @@ module Attribute : sig
   | Nest
   | Readnone
   | Readonly
+  | Noinline
+  | Alwaysinline
+  | Optsize
+  | Ssp
+  | Sspreq
+  | Nocapture
+  | Noredzone
+  | Noimplicitfloat
+  | Naked
+  | Inlinehint
 end
 
 (** The predicate for an integer comparison ([icmp]) instruction.