diff options
author | Arthur Eubanks <aeubanks@google.com> | 2020-09-30 12:11:46 -0700 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2020-10-30 10:03:46 -0700 |
commit | 10f2a0d662d8d72eaac48d3e9b31ca8dc90df5a4 (patch) | |
tree | a11b94460be08b3b215fe295b7135439ab7ba547 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | e5699b8ff1b6ea68e77dffb037e1c5d612131580 (diff) | |
download | llvm-10f2a0d662d8d72eaac48d3e9b31ca8dc90df5a4.zip llvm-10f2a0d662d8d72eaac48d3e9b31ca8dc90df5a4.tar.gz llvm-10f2a0d662d8d72eaac48d3e9b31ca8dc90df5a4.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 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions