forked from OSchip/llvm-project
Reformatted a comment to fit the 80 column limit. NFC.
llvm-svn: 261916
This commit is contained in:
parent
2f7c077b5a
commit
602ba70a0b
|
@ -1546,8 +1546,8 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &Inst) {
|
|||
--e;
|
||||
}
|
||||
|
||||
// We may have been carrying spurious live-ins, so make sure only the returned
|
||||
// registers are left live.
|
||||
// We may have been carrying spurious live-ins, so make sure only the
|
||||
// returned registers are left live.
|
||||
adjustLiveRegs(LiveMask, MI);
|
||||
if (!LiveMask) return; // Quick check to see if any are possible.
|
||||
|
||||
|
|
Loading…
Reference in New Issue