diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-25 15:25:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 15:25:04 -0800 |
commit | 0f3c2884f3ccbdbe396e4388feb8be716b50dd68 (patch) | |
tree | d190fdfc6d052b2e5ee98eed398dc7b2494535eb /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 19a6ac18ef3e92017db49668ee365e694157f317 (diff) | |
download | llvm-0f3c2884f3ccbdbe396e4388feb8be716b50dd68.zip llvm-0f3c2884f3ccbdbe396e4388feb8be716b50dd68.tar.gz llvm-0f3c2884f3ccbdbe396e4388feb8be716b50dd68.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124433)
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 U to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions