diff options
author | Fangrui Song <i@maskray.me> | 2025-07-26 10:04:03 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2025-07-26 10:04:04 -0700 |
commit | f517ac2083ab01294ef5799d2209cd54df9fa116 (patch) | |
tree | 85f622efe18557bc31ff46a149ead96c468a55f7 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 0954cf1ed323e76b26237b677180f260aa4c0043 (diff) | |
download | llvm-f517ac2083ab01294ef5799d2209cd54df9fa116.zip llvm-f517ac2083ab01294ef5799d2209cd54df9fa116.tar.gz llvm-f517ac2083ab01294ef5799d2209cd54df9fa116.tar.bz2 |
MCSectionCOFF: Avoid cast
The object file format specific derived classes are used in context like
MCStreamer and MCObjectTargetWriter where the type is statically known.
We don't use isa/dyn_cast and we want to eliminate
MCSection::SectionVariant in the base class.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions