Reformatted a comment to fit the 80 column limit. NFC.

llvm-svn: 261916
This commit is contained in:
David L Kreitzer 2016-02-25 18:50:45 +00:00
parent 2f7c077b5a
commit 602ba70a0b
1 changed files with 2 additions and 2 deletions

View File

@ -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.