forked from OSchip/llvm-project
Expose the rest of the attribute settings.
llvm-svn: 82965
This commit is contained in:
parent
b0d17ac4ef
commit
c3a9a08e49
|
@ -84,6 +84,16 @@ module Attribute = struct
|
||||||
| Nest
|
| Nest
|
||||||
| Readnone
|
| Readnone
|
||||||
| Readonly
|
| Readonly
|
||||||
|
| Noinline
|
||||||
|
| Alwaysinline
|
||||||
|
| Optsize
|
||||||
|
| Ssp
|
||||||
|
| Sspreq
|
||||||
|
| Nocapture
|
||||||
|
| Noredzone
|
||||||
|
| Noimplicitfloat
|
||||||
|
| Naked
|
||||||
|
| Inlinehint
|
||||||
end
|
end
|
||||||
|
|
||||||
module Icmp = struct
|
module Icmp = struct
|
||||||
|
|
|
@ -134,6 +134,16 @@ module Attribute : sig
|
||||||
| Nest
|
| Nest
|
||||||
| Readnone
|
| Readnone
|
||||||
| Readonly
|
| Readonly
|
||||||
|
| Noinline
|
||||||
|
| Alwaysinline
|
||||||
|
| Optsize
|
||||||
|
| Ssp
|
||||||
|
| Sspreq
|
||||||
|
| Nocapture
|
||||||
|
| Noredzone
|
||||||
|
| Noimplicitfloat
|
||||||
|
| Naked
|
||||||
|
| Inlinehint
|
||||||
end
|
end
|
||||||
|
|
||||||
(** The predicate for an integer comparison ([icmp]) instruction.
|
(** The predicate for an integer comparison ([icmp]) instruction.
|
||||||
|
|
Loading…
Reference in New Issue