Skip to content

Commit 4b39e6f

Browse files
committed
fixup! [RISCV] Update to Xqciint v0.4
1 parent 30cc006 commit 4b39e6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
126126
void RISCVMachineFunctionInfo::initializeBaseYamlFields(
127127
const yaml::RISCVMachineFunctionInfo &YamlMFI) {
128128
VarArgsFrameIndex = YamlMFI.VarArgsFrameIndex;
@@ -136,4 +136,3 @@ void RISCVMachineFunctionInfo::addSExt32Register(Register Reg) {
136136
bool RISCVMachineFunctionInfo::isSExt32Register(Register Reg) const {
137137
return is_contained(SExt32Registers, Reg);
138138
}
139-

0 commit comments

Comments
 (0)