mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
Change a comment slightly
llvm-svn: 24226
This commit is contained in:
parent
f0469f0376
commit
f0f5449612
@ -88,8 +88,10 @@ class MachineFrameInfo {
|
||||
|
||||
/// MaxAlignment - The prolog/epilog code inserter may process objects
|
||||
/// that require greater alignment than the default alignment the target
|
||||
/// provides. In these cases, MaxAlignment is set to the new alignment
|
||||
/// necessary to easily calculate fixed offsets for each stack object.
|
||||
/// provides. To handle this, MaxAlignment is set to the maximum alignment
|
||||
/// 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user