mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Port D97640 to llvm/include/llvm/ProfileData/InstrProfData.inc
Differential Revision: https://reviews.llvm.org/D98982
This commit is contained in:
parent
263720c0fc
commit
434b17dd9a
@ -873,7 +873,7 @@ InstrProfGetRangeRepValue(uint64_t Value) {
|
||||
return Value;
|
||||
else
|
||||
// Otherwise, take to the previous power of two + 1.
|
||||
return (1 << (64 - InstProfClzll(Value) - 1)) + 1;
|
||||
return (UINT64_C(1) << (64 - InstProfClzll(Value) - 1)) + 1;
|
||||
}
|
||||
|
||||
/* Return true if the range that an (observed) memop size value belongs to has
|
||||
|
Loading…
x
Reference in New Issue
Block a user