test commit: fix formatting of a comment
authorZaara Syeda <syzaara@ca.ibm.com>
Tue, 13 Mar 2018 15:49:05 +0000 (15:49 +0000)
committerZaara Syeda <syzaara@ca.ibm.com>
Tue, 13 Mar 2018 15:49:05 +0000 (15:49 +0000)
This is  a simple change to do the test commit.

llvm-svn: 327412

llvm/lib/Target/PowerPC/PPCMIPeephole.cpp

index a4c7a03..246770f 100644 (file)
@@ -979,9 +979,9 @@ static bool eligibleForCompareElimination(MachineBasicBlock &MBB,
 }
 
 // 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;