1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 33487f8384
commit 9eac7219b8

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.