Expose the rest of the attribute settings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82965 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Erick Tryzelaar 2009-09-28 04:42:47 +00:00
parent 4aee041000
commit f24bfa7f79
2 changed files with 20 additions and 0 deletions

View 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

View 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.