mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add @(cold) attribute to procedure declarations
This commit is contained in:
@@ -499,3 +499,10 @@ enum {
|
||||
DW_TAG_subroutine_type = 21,
|
||||
DW_TAG_inheritance = 28,
|
||||
};
|
||||
|
||||
|
||||
enum : LLVMAttributeIndex {
|
||||
LLVMAttributeIndex_ReturnIndex = 0u,
|
||||
LLVMAttributeIndex_FunctionIndex = ~0u,
|
||||
LLVMAttributeIndex_FirstArgIndex = 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user