mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
This required plumbing a TargetRegisterInfo through computeRegisterProperties and into findRepresentativeClass which uses it for register class iteration. This required passing a subtarget into a few target specific initializations of TargetLowering. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -224,7 +224,7 @@ MipsSETargetLowering::MipsSETargetLowering(const MipsTargetMachine &TM,
|
||||
setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
|
||||
}
|
||||
|
||||
computeRegisterProperties();
|
||||
computeRegisterProperties(Subtarget.getRegisterInfo());
|
||||
}
|
||||
|
||||
const MipsTargetLowering *
|
||||
|
||||
Reference in New Issue
Block a user