diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-25 14:05:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 14:05:11 -0800 |
commit | 04d5608057f73cf8deb66ddaeddf2f9254fd864b (patch) | |
tree | 794e176ee0ab884eb1ba9556907de47c7a8dac9f /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 563c7c5539f05e7f8cbb42565c1f24466019f38b (diff) | |
download | llvm-04d5608057f73cf8deb66ddaeddf2f9254fd864b.zip llvm-04d5608057f73cf8deb66ddaeddf2f9254fd864b.tar.gz llvm-04d5608057f73cf8deb66ddaeddf2f9254fd864b.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124430)
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 P to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions