mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Fix unclear wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
370b78d795
commit
757a3179b2
@ -187,7 +187,7 @@ public:
|
||||
///
|
||||
void setAlignment(unsigned A) { Alignment = A; }
|
||||
|
||||
/// EnsureAlignment - Make sure the function is at least 'A' bits aligned.
|
||||
/// EnsureAlignment - Make sure the function is at least 1 << A bytes aligned.
|
||||
void EnsureAlignment(unsigned A) {
|
||||
if (Alignment < A) Alignment = A;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user