mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
improve comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7107c10501
commit
74fe063e90
@ -220,7 +220,9 @@ namespace ISD {
|
||||
// DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
|
||||
// to a specified boundary. The first operand is the token chain, the
|
||||
// second is the number of bytes to allocate, and the third is the alignment
|
||||
// boundary.
|
||||
// boundary. The size is guaranteed to be a multiple of the stack
|
||||
// alignment, and the alignment is guaranteed to be bigger than the stack
|
||||
// alignment (if required) or 0 to get standard stack alignment.
|
||||
DYNAMIC_STACKALLOC,
|
||||
|
||||
// Control flow instructions. These all have token chains.
|
||||
|
Loading…
x
Reference in New Issue
Block a user