mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Add comment about original function argument alignment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bed9253387
commit
13a3cee131
@ -159,6 +159,8 @@ namespace ISD {
|
||||
/// Bit 0 - signness
|
||||
/// Bit 1 - 'inreg' attribute
|
||||
/// Bit 2 - 'sret' attribute
|
||||
/// Bits 31:27 - argument ABI alignment in the first argument piece and
|
||||
/// alignment '1' in other argument pieces.
|
||||
CALL,
|
||||
|
||||
// EXTRACT_ELEMENT - This is used to get the first or second (determined by
|
||||
|
Loading…
x
Reference in New Issue
Block a user