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