mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-06 10:58:44 +00:00
[AVR] Defnined calling conventions. NFC.
llvm-svn: 258300
This commit is contained in:
parent
b38595a7e2
commit
8e1fd47b87
@ -168,6 +168,16 @@ namespace CallingConv {
|
|||||||
/// subtargets.
|
/// subtargets.
|
||||||
X86_INTR = 83,
|
X86_INTR = 83,
|
||||||
|
|
||||||
|
/// Used for AVR interrupt routines.
|
||||||
|
AVR_INTR = 84,
|
||||||
|
|
||||||
|
/// Calling convention used for AVR signal routines.
|
||||||
|
AVR_SIGNAL = 85,
|
||||||
|
|
||||||
|
/// Calling convention used for special AVR rtlib functions
|
||||||
|
/// which have an "optimized" convention to preserve registers.
|
||||||
|
AVR_BUILTIN = 86,
|
||||||
|
|
||||||
/// The highest possible calling convention ID. Must be some 2^k - 1.
|
/// The highest possible calling convention ID. Must be some 2^k - 1.
|
||||||
MaxID = 1023
|
MaxID = 1023
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user