Skip to content

Commit

Permalink
Expose the rest of the attribute settings.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82965 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Erick Tryzelaar committed Sep 28, 2009
1 parent 4aee041 commit f24bfa7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bindings/ocaml/llvm/llvm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@ module Attribute = struct
| Nest
| Readnone
| Readonly
| Noinline
| Alwaysinline
| Optsize
| Ssp
| Sspreq
| Nocapture
| Noredzone
| Noimplicitfloat
| Naked
| Inlinehint
end

module Icmp = struct
Expand Down
10 changes: 10 additions & 0 deletions bindings/ocaml/llvm/llvm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f24bfa7

Please sign in to comment.