mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix comment. Noticed by Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28b77e968d
commit
5c984df26b
@ -288,7 +288,7 @@ namespace llvm {
|
||||
|
||||
// SEG_ALLOCA - For allocating variable amounts of stack space when using
|
||||
// segmented stacks. Check if the current stacklet has enough space, and
|
||||
// defects to heap allocation if not.
|
||||
// falls back to heap allocation if not.
|
||||
SEG_ALLOCA,
|
||||
|
||||
// Memory barrier
|
||||
|
Loading…
x
Reference in New Issue
Block a user