diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-25 15:25:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 15:25:17 -0800 |
commit | d2c7cabe0453d6a6d03c15b7ae1800b53de9e182 (patch) | |
tree | 52bd8567809f726cfc016d6279603b9d94328674 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 0f3c2884f3ccbdbe396e4388feb8be716b50dd68 (diff) | |
download | llvm-d2c7cabe0453d6a6d03c15b7ae1800b53de9e182.zip llvm-d2c7cabe0453d6a6d03c15b7ae1800b53de9e182.tar.gz llvm-d2c7cabe0453d6a6d03c15b7ae1800b53de9e182.tar.bz2 |
[Sema] Migrate away from PointerUnion::dyn_cast (NFC) (#124434)
Note that PointerUnion::dyn_cast has been soft deprecated in
PointerUnion.h:
// FIXME: Replace the uses of is(), get() and dyn_cast() with
// isa<T>, cast<T> and the llvm::dyn_cast<T>
Literal migration would result in dyn_cast_if_present (see the
definition of PointerUnion::dyn_cast), but this patch uses dyn_cast
because we expect EWC->getObject(i) to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions