diff options
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGValue.h b/clang/lib/CodeGen/CGValue.h index 4d19a3c865d..f57ecd245f0 100644 --- a/clang/lib/CodeGen/CGValue.h +++ b/clang/lib/CodeGen/CGValue.h @@ -138,7 +138,7 @@ class LValue { Qualifiers Quals; /// The alignment to use when accessing this lvalue. - unsigned char Alignment; + unsigned short Alignment; // objective-c's ivar bool Ivar:1; |