aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-09-14 20:31:55 -0700
committerGitHub <noreply@github.com>2025-09-14 20:31:55 -0700
commit1e3dd5ef29464b86005705bebec721ac5933bd85 (patch)
tree2197a2af199de8f0ffcb441b4c63eb647e164d2f /llvm/lib/Transforms/Utils/SimplifyCFG.cpp
parentb15719365861502cd1c6d216ad4a0425ee6431ea (diff)
downloadllvm-1e3dd5ef29464b86005705bebec721ac5933bd85.zip
llvm-1e3dd5ef29464b86005705bebec721ac5933bd85.tar.gz
llvm-1e3dd5ef29464b86005705bebec721ac5933bd85.tar.bz2
[llvm] Use std::bool_constant (NFC) (#158520)
This patch replaces, std::integral_constant<bool, ...> with std::bool_constant for brevity. Note that std::bool_constant was introduced as part of C++17. There are cases where we could replace EXPECT_EQ(false, ...) with EXPECT_FALSE(...), but I'm not doing that in this patch to avoid doing multiple things in one patch.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions