commit | fe3eab28ce7b8bd6ae8cc876e366935bd051e106 | [log] [tgz] |
---|---|---|
author | Teresa Johnson <tejohnson@google.com> | Thu Aug 11 20:38:39 2016 +0000 |
committer | Teresa Johnson <tejohnson@google.com> | Thu Aug 11 20:38:39 2016 +0000 |
tree | 914c1e3eba1cb06c5a852a5471f077ac6db15516 | |
parent | c9f97fcd4c5913ca4c07204e9cb357ef88607c1b [diff] |
Fix type truncation warnings Avoid type truncation warnings from a 32-bit bot due to size_t not being unsigned long long, by converting the variables and constants to unsigned. This was introduced by r278338 and caused warnings here: http://bb.pgr.jp/builders/i686-mingw32-RA-on-linux/builds/15527/steps/build_llvmclang/logs/warnings%20%287%29 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278406 91177308-0d34-0410-b5e6-96231b3b80d8