Files
clang-p2996/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
Craig Topper 0df714364a [ARM][Mips][PowerPC] Remove unnecessary static_cast creating GISel InstructionSelector. NFC
Some targets only pass a TargetMachine & to their subtarget constructor
and require a static_cast to their target-specific TargetMachine subclass
to create *InstructionSelector.

These 3 targets already have the correct TargetMachine subclass
reference so no cast is needed.
2024-07-10 10:28:32 -07:00

9.2 KiB