test commit: fix formatting of a comment

This is  a simple change to do the test commit.

llvm-svn: 327412
This commit is contained in:
Zaara Syeda 2018-03-13 15:49:05 +00:00
parent bc35a631b3
commit df28fb6ac2
1 changed files with 3 additions and 3 deletions

View 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;