diff options
author | Kazu Hirata <kazu@google.com> | 2025-02-02 09:31:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 09:31:39 -0800 |
commit | 09e7b40bd3d7a1a2d9153912224bcf612954ead5 (patch) | |
tree | 6736f651e9461d5307447f7cc30d59335fb6df3e /llvm/lib/CodeGen/ReachingDefAnalysis.cpp | |
parent | 2767f4bf0d5a70aa990dbfb3341a1bc03effcdbd (diff) | |
download | llvm-09e7b40bd3d7a1a2d9153912224bcf612954ead5.zip llvm-09e7b40bd3d7a1a2d9153912224bcf612954ead5.tar.gz llvm-09e7b40bd3d7a1a2d9153912224bcf612954ead5.tar.bz2 |
[libclang] Migrate away from PointerUnion::dyn_cast (NFC) (#125381)
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 Storage to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/ReachingDefAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions