diff options
author | Florian Hahn <flo@fhahn.com> | 2024-05-15 15:37:51 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2024-05-15 15:37:52 +0100 |
commit | da116bd82c0a78d2022c34b56e45cf6e4f91eaed (patch) | |
tree | 5ad4ccc489c0bcd9b4dd1e252acc03de2559873d /llvm/lib/Support/MathExtras.cpp | |
parent | eda098aadea3e542f95b5f0d4173f00eae42dc72 (diff) | |
download | llvm-da116bd82c0a78d2022c34b56e45cf6e4f91eaed.zip llvm-da116bd82c0a78d2022c34b56e45cf6e4f91eaed.tar.gz llvm-da116bd82c0a78d2022c34b56e45cf6e4f91eaed.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Support/MathExtras.cpp')
0 files changed, 0 insertions, 0 deletions