[llvm] r261916 - Reformatted a comment to fit the 80 column limit. NFC.

David L Kreitzer via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 10:50:45 PST 2016


Author: dlkreitz
Date: Thu Feb 25 12:50:45 2016
New Revision: 261916

URL: http://llvm.org/viewvc/llvm-project?rev=261916&view=rev
Log:
Reformatted a comment to fit the 80 column limit. NFC.

Modified:
    llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp

Modified: llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp?rev=261916&r1=261915&r2=261916&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp Thu Feb 25 12:50:45 2016
@@ -1546,8 +1546,8 @@ void FPS::handleSpecialFP(MachineBasicBl
       --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.
 




More information about the llvm-commits mailing list