diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-16 08:44:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 08:44:37 -0800 |
commit | dea4e613a05cd7d7438a365beb81998b36185ed9 (patch) | |
tree | 2794342e23b8c9d382f7a16205975cf8d475a2e7 /llvm/lib/FileCheck/FileCheck.cpp | |
parent | c969964e7b1e9ce231fdf032be6c14cc8cd0be88 (diff) | |
download | llvm-dea4e613a05cd7d7438a365beb81998b36185ed9.zip llvm-dea4e613a05cd7d7438a365beb81998b36185ed9.tar.gz llvm-dea4e613a05cd7d7438a365beb81998b36185ed9.tar.bz2 |
[CodeGen] Migrate away from PointerUnion::dyn_cast (NFC) (#123157)
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 Data to be nonnull.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions