diff options
-rw-r--r-- | lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index 4d19a3c865..f57ecd245f 100644 --- a/lib/CodeGen/CGValue.h +++ b/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; |