forked from OSchip/llvm-project
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:
parent
bc35a631b3
commit
df28fb6ac2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue