DebugInfo: use uint32_t for alignment variables.
authorVictor Leschuk <vleschuk@accesssoftek.com>
Wed, 19 Oct 2016 22:11:07 +0000 (22:11 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Wed, 19 Oct 2016 22:11:07 +0000 (22:11 +0000)
commit802e4a58a619c2777722cedf07fa2962cc90a67b
treec01a250785c706f734f925b61f980cf1634a479b
parent4646fe0ac9b139d074ceb66156fa37b649b31f86
DebugInfo: use uint32_t for alignment variables.

LLVM now uses uint32_t for DebugInfo alignment for space efficiency,
in this patch we change frontend DebugInfo-related variables to uint32_t too.

Differential Revision: https://reviews.llvm.org/D25621

llvm-svn: 284651
clang/lib/CodeGen/CGDebugInfo.cpp