Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Kazu Hirata 96e3876611 [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.
2025-04-15 02:36:18 -07:00

73 KiB