[llvm] fbe7f5e - [NFC][MachineOutliner] Fix typo in comment
    David Tellenbach via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 30 09:29:18 PDT 2019
    
    
  
Author: David Tellenbach
Date: 2019-10-30T16:28:11Z
New Revision: fbe7f5e9729ac24374182fca92242f88baa08f90
URL: https://github.com/llvm/llvm-project/commit/fbe7f5e9729ac24374182fca92242f88baa08f90
DIFF: https://github.com/llvm/llvm-project/commit/fbe7f5e9729ac24374182fca92242f88baa08f90.diff
LOG: [NFC][MachineOutliner] Fix typo in comment
Added: 
    
Modified: 
    llvm/lib/CodeGen/MachineOutliner.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp
index b51baed5086f..f26ebcb44ffe 100644
--- a/llvm/lib/CodeGen/MachineOutliner.cpp
+++ b/llvm/lib/CodeGen/MachineOutliner.cpp
@@ -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) {
        
    
    
More information about the llvm-commits
mailing list