diff options
author | Kazu Hirata <kazu@google.com> | 2025-04-15 02:36:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 02:36:18 -0700 |
commit | 96e38766118c62ed42ddedd4642284cdca12904e (patch) | |
tree | dd61436dd082733d2acb1f6b9ccb7cff6aa75f5c /llvm/unittests/Support/ProgramStackTest.cpp | |
parent | e65faed187485db3638aa6415f7e9df053623dcf (diff) | |
download | llvm-96e38766118c62ed42ddedd4642284cdca12904e.zip llvm-96e38766118c62ed42ddedd4642284cdca12904e.tar.gz llvm-96e38766118c62ed42ddedd4642284cdca12904e.tar.bz2 |
[AsmPrinter] Migrate away from PointerUnion::dyn_cast (NFC) (#135740)
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>
We use dyn_cast_if_present here because Bound can be null.
Diffstat (limited to 'llvm/unittests/Support/ProgramStackTest.cpp')
0 files changed, 0 insertions, 0 deletions