Use uint32_t for consistency.

llvm-svn: 285149
This commit is contained in:
Rafael Espindola 2016-10-26 00:58:23 +00:00
parent 0e090522c8
commit 7ae2177262
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public:
// The file from which this symbol was created.
InputFile *File = nullptr;
unsigned DynsymIndex = 0;
uint32_t DynsymIndex = 0;
uint32_t GotIndex = -1;
uint32_t GotPltIndex = -1;
uint32_t PltIndex = -1;