[llvm-objdump] Fix type mismatch in std::min.
authorSimon Tatham <simon.tatham@arm.com>
Tue, 26 Jul 2022 08:43:26 +0000 (09:43 +0100)
committerSimon Tatham <simon.tatham@arm.com>
Tue, 26 Jul 2022 09:02:37 +0000 (10:02 +0100)
commit1c3d0a2e8754c942d7bae6dda36812b99538ce7a
treecf79cb2ea3e5d1abb45eaa0ca1d5dab725a21d45
parent10c2bab50e7aab5ad1cb5e8ecd3b12ddca3b19b4
[llvm-objdump] Fix type mismatch in std::min.

I broke the build just now by trying to do std::min between a size_t
and a uint64_t, which of course worked fine on my 64-bit test platform.
llvm/tools/llvm-objdump/llvm-objdump.cpp
llvm/tools/sancov/sancov.cpp