diff options
author | Kazu Hirata <kazu@google.com> | 2025-10-01 08:59:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 08:59:31 -0700 |
commit | 190826c5df1ee34bf04823ba3b9d448e18b877ed (patch) | |
tree | c5029d29626d5367a09be9136d921f09cc714df2 /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | 0e124b9586b862e749a3c9ee8b43cf18ad9c2812 (diff) | |
download | llvm-190826c5df1ee34bf04823ba3b9d448e18b877ed.zip llvm-190826c5df1ee34bf04823ba3b9d448e18b877ed.tar.gz llvm-190826c5df1ee34bf04823ba3b9d448e18b877ed.tar.bz2 |
[ADT, Support] Drop extraneous std::bool_constant (NFC) (#161478)
This patch drops extraneous std::bool_constant, replacing:
std::bool_constant<std::is_foo_v<...>>
with:
std::is_foo<...>
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions