mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
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:
parent
4aee041000
commit
f24bfa7f79
@ -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…
x
Reference in New Issue
Block a user