Skip to content

Commit

Permalink
fixup! fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Nov 27, 2023
1 parent 9f71389 commit e59b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/LivePhysRegs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void LivePhysRegs::addLiveOutsNoPristines(const MachineBasicBlock &MBB) {
const MachineFrameInfo &MFI = MF.getFrameInfo();
if (MFI.isCalleeSavedInfoValid()) {
for (const CalleeSavedInfo &Info : MFI.getCalleeSavedInfo())
addReg(Info.getReg());
addReg(Info.getReg());
}
}
}
Expand Down

0 comments on commit e59b116

Please sign in to comment.