mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
Change a comment slightly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -88,8 +88,10 @@ class MachineFrameInfo {
|
|||||||
|
|
||||||
/// MaxAlignment - The prolog/epilog code inserter may process objects
|
/// MaxAlignment - The prolog/epilog code inserter may process objects
|
||||||
/// that require greater alignment than the default alignment the target
|
/// that require greater alignment than the default alignment the target
|
||||||
/// provides. In these cases, MaxAlignment is set to the new alignment
|
/// provides. To handle this, MaxAlignment is set to the maximum alignment
|
||||||
/// necessary to easily calculate fixed offsets for each stack object.
|
/// needed by the objects on the current frame. If this is greater than the
|
||||||
|
/// native alignment maintained by the compiler, dynamic alignment code will
|
||||||
|
/// be needed.
|
||||||
///
|
///
|
||||||
unsigned MaxAlignment;
|
unsigned MaxAlignment;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user