diff options
Diffstat (limited to 'gnu/llvm/tools/clang/lib/CodeGen/CGValue.h')
| -rw-r--r-- | gnu/llvm/tools/clang/lib/CodeGen/CGValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/lib/CodeGen/CGValue.h b/gnu/llvm/tools/clang/lib/CodeGen/CGValue.h index 3ccc4cda89f..53a376df645 100644 --- a/gnu/llvm/tools/clang/lib/CodeGen/CGValue.h +++ b/gnu/llvm/tools/clang/lib/CodeGen/CGValue.h @@ -445,7 +445,7 @@ class AggValueSlot { // Qualifiers Qualifiers Quals; - unsigned short Alignment; + unsigned Alignment; /// DestructedFlag - This is set to true if some external code is /// responsible for setting up a destructor for the slot. Otherwise |
