mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Use the function template getSubtarget to remove an explicit cast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b06a938123
commit
c70af25ea4
@ -418,7 +418,7 @@ bool HexagonCopyToCombine::runOnMachineFunction(MachineFunction &MF) {
|
||||
|
||||
// Get target info.
|
||||
TRI = MF.getSubtarget().getRegisterInfo();
|
||||
TII = static_cast<const HexagonInstrInfo *>(MF.getSubtarget().getInstrInfo());
|
||||
TII = MF.getSubtarget<HexagonSubtarget>().getInstrInfo();
|
||||
|
||||
// Combine aggressively (for code size)
|
||||
ShouldCombineAggressively =
|
||||
|
Loading…
x
Reference in New Issue
Block a user