diff options
author | Kristina Brooks <kristina@nym.hush.com> | 2018-10-08 09:03:17 +0000 |
---|---|---|
committer | Kristina Brooks <kristina@nym.hush.com> | 2018-10-08 09:03:17 +0000 |
commit | bcc86a95c1de0612b829d066261460f53b7d99ec (patch) | |
tree | af0cfc2d821c823d2edfb337eba07aeddc12a96e /llvm/lib/Target | |
parent | fa120cbdbc66935dbe41e4fcc76030d50a2692d4 (diff) | |
download | bcm5719-llvm-bcc86a95c1de0612b829d066261460f53b7d99ec.tar.gz bcm5719-llvm-bcc86a95c1de0612b829d066261460f53b7d99ec.zip |
[DebugInfo][PDB] Fix a signed/unsigned coversion warning
Fix the following warning when compiling with clang (caused by commit
rL343951):
GlobalsStream.cpp:61:33: warning: comparison of integers of different
signs: 'int' and 'uint32_t'
This also avoids double evaluation of `GlobalsTable.HashBuckets.size()`.
llvm-svn: 343957
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions