aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineSink.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-18 09:43:17 -0800
committerGitHub <noreply@github.com>2025-01-18 09:43:17 -0800
commit80e0cbafba56d428571f4e05e5dfe305b85b809a (patch)
treebb0cb7f8747b65567a9debc0978e8fe1b15a6fe7 /llvm/lib/CodeGen/MachineSink.cpp
parent02a56c4d01c1621846d7342982d62468e45cede0 (diff)
downloadllvm-80e0cbafba56d428571f4e05e5dfe305b85b809a.zip
llvm-80e0cbafba56d428571f4e05e5dfe305b85b809a.tar.gz
llvm-80e0cbafba56d428571f4e05e5dfe305b85b809a.tar.bz2
[ByteCode] Migrate away from PointerUnion::dyn_cast (NFC) (#123445)
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 D to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions