diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-17 08:46:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 08:46:16 -0800 |
commit | 3f07af93dc013621176f5931ebc8dd07d299b277 (patch) | |
tree | 7ee737459379f299104456bd3647d52fdf0caddc /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 9f627cf540e9f0da1be17581af8d162a78820e6f (diff) | |
download | llvm-3f07af93dc013621176f5931ebc8dd07d299b277.zip llvm-3f07af93dc013621176f5931ebc8dd07d299b277.tar.gz llvm-3f07af93dc013621176f5931ebc8dd07d299b277.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#123283)
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 Source to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions