mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[NFC][MachineOutliner] Fix typo in comment
This commit is contained in:
parent
9b793e3434
commit
d6a4caef6e
@ -1009,7 +1009,7 @@ void MachineOutliner::findCandidates(
|
||||
FunctionList.clear();
|
||||
SuffixTree ST(Mapper.UnsignedVec);
|
||||
|
||||
// First, find dall of the repeated substrings in the tree of minimum length
|
||||
// First, find all of the repeated substrings in the tree of minimum length
|
||||
// 2.
|
||||
std::vector<Candidate> CandidatesForRepeatedSeq;
|
||||
for (auto It = ST.begin(), Et = ST.end(); It != Et; ++It) {
|
||||
|
Loading…
Reference in New Issue
Block a user