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