[Clang] Use ULL for std::max constant argument to fix build failure.
getKnownMinValue returns uint64_t, use ULL to make sure the second arg is also 64 bit.
parent
eda098aa
Please register or sign in to comment
getKnownMinValue returns uint64_t, use ULL to make sure the second arg is also 64 bit.