diff options
| author | Kazu Hirata <kazu@google.com> | 2025-11-03 08:41:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 08:41:09 -0800 |
| commit | 96cd0dd335ad8b556235b249d2cdffeaf75892b8 (patch) | |
| tree | 240c784686d7070654f0061d09a10792c07a3ece /llvm/lib/Transforms/Utils/ControlFlowUtils.cpp | |
| parent | 25ed9231159f4b2d82b0cf0eb36db65c7599df45 (diff) | |
| download | llvm-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
