aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ControlFlowUtils.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-11-03 08:41:09 -0800
committerGitHub <noreply@github.com>2025-11-03 08:41:09 -0800
commit96cd0dd335ad8b556235b249d2cdffeaf75892b8 (patch)
tree240c784686d7070654f0061d09a10792c07a3ece /llvm/lib/Transforms/Utils/ControlFlowUtils.cpp
parent25ed9231159f4b2d82b0cf0eb36db65c7599df45 (diff)
downloadllvm-96cd0dd335ad8b556235b249d2cdffeaf75892b8.zip
llvm-96cd0dd335ad8b556235b249d2cdffeaf75892b8.tar.gz
llvm-96cd0dd335ad8b556235b249d2cdffeaf75892b8.tar.bz2
[clang] Migrate away from a soft-deprecated constructor of APInt (NFC) (#166127)
We have: /// Once all uses of this constructor are migrated to other constructors, /// consider marking this overload ""= delete" to prevent calls from being /// incorrectly bound to the APInt(unsigned, uint64_t, bool) constructor. LLVM_ABI APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]); This patch migrates away from this soft-deprecated constructor.
Diffstat (limited to 'llvm/lib/Transforms/Utils/ControlFlowUtils.cpp')
0 files changed, 0 insertions, 0 deletions