diff options
author | Zaara Syeda <syzaara@ca.ibm.com> | 2018-03-13 15:49:05 +0000 |
---|---|---|
committer | Zaara Syeda <syzaara@ca.ibm.com> | 2018-03-13 15:49:05 +0000 |
commit | df28fb6ac27ecc69d793f845aec61e38b71c0912 (patch) | |
tree | da2f732ef9362af50504d81de2f0b82eae207cf2 /llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | |
parent | bc35a631b373dc968f36985bbc3d06f0fa1d7106 (diff) | |
download | bcm5719-llvm-df28fb6ac27ecc69d793f845aec61e38b71c0912.tar.gz bcm5719-llvm-df28fb6ac27ecc69d793f845aec61e38b71c0912.zip |
test commit: fix formatting of a comment
This is a simple change to do the test commit.
llvm-svn: 327412
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMIPeephole.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp b/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp index a4c7a030389..246770f02a8 100644 --- a/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp +++ b/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp @@ -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; |