diff options
author | Arthur Eubanks <aeubanks@google.com> | 2020-09-30 12:11:46 -0700 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2020-10-26 20:24:04 -0700 |
commit | e5766f25c62c185632e3a75bf45b313eadab774b (patch) | |
tree | c2f23e229b5cb8c7b89a2b850ae74d068060c7cc /clang/lib/Tooling/JSONCompilationDatabase.cpp | |
parent | 4af5ba17263a5103ce983f9ebccdbd9c5d9d0e33 (diff) | |
download | llvm-e5766f25c62c185632e3a75bf45b313eadab774b.zip llvm-e5766f25c62c185632e3a75bf45b313eadab774b.tar.gz llvm-e5766f25c62c185632e3a75bf45b313eadab774b.tar.bz2 |
Use uint64_t for branch weights instead of uint32_t
CallInst::updateProfWeight() creates branch_weights with i64 instead of i32.
To be more consistent everywhere and remove lots of casts from uint64_t
to uint32_t, use i64 for branch_weights.
Reviewed By: davidxl
Differential Revision: https://reviews.llvm.org/D88609
Diffstat (limited to 'clang/lib/Tooling/JSONCompilationDatabase.cpp')
0 files changed, 0 insertions, 0 deletions