mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Fix comment. Patch by Stephen Lin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd7aa38e30
commit
c0b4b6724c
@ -878,8 +878,9 @@ bool LLParser::ParseFnAttributeValuePairs(AttrBuilder &B,
|
||||
|
||||
// Target-independent attributes:
|
||||
case lltok::kw_align: {
|
||||
// As a hack, we allow "align 2" on functions as a synonym for "alignstack
|
||||
// 2".
|
||||
// As a hack, we allow function alignment to be initially parsed as an
|
||||
// attribute on a function declaration/definition or added to an attribute
|
||||
// group and later moved to the alignment field.
|
||||
unsigned Alignment;
|
||||
if (inAttrGrp) {
|
||||
Lex.Lex();
|
||||
|
Loading…
x
Reference in New Issue
Block a user