diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-28 10:57:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-28 10:57:01 -0800 |
commit | 69c9bed21b902bf83828c78d69691925f5452c35 (patch) | |
tree | 7f30d281c17d68ac529045d090068be55da57f9e /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 2ef497e5b02650c59aa71676b7d891a138519685 (diff) | |
download | llvm-69c9bed21b902bf83828c78d69691925f5452c35.zip llvm-69c9bed21b902bf83828c78d69691925f5452c35.tar.gz llvm-69c9bed21b902bf83828c78d69691925f5452c35.tar.bz2 |
[Serialization] Migrate away from PointerUnion::dyn_cast (NFC) (#124676)
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 FD->TemplateOrSpecialization to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions