diff options
author | Justin Bogner <mail@justinbogner.com> | 2025-01-14 14:37:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 14:37:15 -0700 |
commit | 31249e27f0f8be16e80b2b574c1f2ce70853ed31 (patch) | |
tree | f4a8cbb69a077b36fd40cb13a6f45637cc91b73e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 6e14f9b40e15600ae7832826b47a7f0c0503a1d7 (diff) | |
download | llvm-31249e27f0f8be16e80b2b574c1f2ce70853ed31.zip llvm-31249e27f0f8be16e80b2b574c1f2ce70853ed31.tar.gz llvm-31249e27f0f8be16e80b2b574c1f2ce70853ed31.tar.bz2 |
[DirectX] Avoid deprecated PointerUnion methods (#122972)
PointerUnion's `is`, `get`, and `dyn_cast` have been deprecated in
favour of using `isa`, `cast`, and `dyn_cast` directly. Migrate these
uses over.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions