mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 22:30:33 +00:00
Expose the rest of the attribute settings.
llvm-svn: 82965
This commit is contained in:
parent
9212efe029
commit
e59452b328
@ -84,6 +84,16 @@ module Attribute = struct
|
||||
| Nest
|
||||
| Readnone
|
||||
| Readonly
|
||||
| Noinline
|
||||
| Alwaysinline
|
||||
| Optsize
|
||||
| Ssp
|
||||
| Sspreq
|
||||
| Nocapture
|
||||
| Noredzone
|
||||
| Noimplicitfloat
|
||||
| Naked
|
||||
| Inlinehint
|
||||
end
|
||||
|
||||
module Icmp = struct
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user