File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ RISCVMachineFunctionInfo::getPushPopKind(const MachineFunction &MF) const {
100100 return PushPopKind::None;
101101}
102102
103- bool RISCVMachineFunctionInfo::hasImplicitFPUpdates (const MachineFunction &MF) const {
103+ bool RISCVMachineFunctionInfo::hasImplicitFPUpdates (
104+ const MachineFunction &MF) const {
104105 switch (getInterruptStackKind (MF)) {
105106 case InterruptStackKind::QCINest:
106107 case InterruptStackKind::QCINoNest:
@@ -122,7 +123,6 @@ bool RISCVMachineFunctionInfo::hasImplicitFPUpdates(const MachineFunction &MF) c
122123 return false ;
123124}
124125
125-
126126void RISCVMachineFunctionInfo::initializeBaseYamlFields (
127127 const yaml::RISCVMachineFunctionInfo &YamlMFI) {
128128 VarArgsFrameIndex = YamlMFI.VarArgsFrameIndex ;
@@ -136,4 +136,3 @@ void RISCVMachineFunctionInfo::addSExt32Register(Register Reg) {
136136bool RISCVMachineFunctionInfo::isSExt32Register (Register Reg) const {
137137 return is_contained (SExt32Registers, Reg);
138138}
139-
You can’t perform that action at this time.
0 commit comments