summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid L Kreitzer <david.l.kreitzer@intel.com>2016-02-25 18:50:45 +0000
committerDavid L Kreitzer <david.l.kreitzer@intel.com>2016-02-25 18:50:45 +0000
commit602ba70a0b841a34b2e302ed49654d6c1f9aab05 (patch)
tree3e5a67d1cfbc1a30e021eca02acab912cddeb2f7
parent2f7c077b5adc9598dd9b70a28602ae678a8f8f7b (diff)
downloadbcm5719-llvm-602ba70a0b841a34b2e302ed49654d6c1f9aab05.tar.gz
bcm5719-llvm-602ba70a0b841a34b2e302ed49654d6c1f9aab05.zip
Reformatted a comment to fit the 80 column limit. NFC.
llvm-svn: 261916
-rw-r--r--llvm/lib/Target/X86/X86FloatingPoint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86FloatingPoint.cpp b/llvm/lib/Target/X86/X86FloatingPoint.cpp
index 3718ac5dd27..324c248448e 100644
--- a/llvm/lib/Target/X86/X86FloatingPoint.cpp
+++ b/llvm/lib/Target/X86/X86FloatingPoint.cpp
@@ -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.
OpenPOWER on IntegriCloud