aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Tooling/JSONCompilationDatabase.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2020-09-30 12:11:46 -0700
committerArthur Eubanks <aeubanks@google.com>2020-10-26 20:24:04 -0700
commite5766f25c62c185632e3a75bf45b313eadab774b (patch)
treec2f23e229b5cb8c7b89a2b850ae74d068060c7cc /clang/lib/Tooling/JSONCompilationDatabase.cpp
parent4af5ba17263a5103ce983f9ebccdbd9c5d9d0e33 (diff)
downloadllvm-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