[llvm] r327412 - test commit: fix formatting of a comment

Zaara Syeda via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 08:49:05 PDT 2018


Author: syzaara
Date: Tue Mar 13 08:49:05 2018
New Revision: 327412

URL: http://llvm.org/viewvc/llvm-project?rev=327412&view=rev
Log:
test commit: fix formatting of a comment
This is  a simple change to do the test commit.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCMIPeephole.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCMIPeephole.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCMIPeephole.cpp?rev=327412&r1=327411&r2=327412&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCMIPeephole.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCMIPeephole.cpp Tue Mar 13 08:49:05 2018
@@ -979,9 +979,9 @@ static bool eligibleForCompareEliminatio
 }
 
 // This function will iterate over the input map containing a pair of TOC save
-// instruction and a flag. The flag will be set to false if the TOC save is proven
-// redundant. This function will erase from the basic block all the TOC saves
-// marked as redundant.
+// instruction and a flag. The flag will be set to false if the TOC save is
+// proven redundant. This function will erase from the basic block all the TOC
+// saves marked as redundant.
 bool PPCMIPeephole::eliminateRedundantTOCSaves(
     std::map<MachineInstr *, bool> &TOCSaves) {
   bool Simplified = false;




More information about the llvm-commits mailing list