[llvm] ed6cff6 - Fix typo s/beloinging/belonging

Shivam Gupta via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 23:32:19 PDT 2021


Author: Doug Beck
Date: 2021-08-31T12:01:50+05:30
New Revision: ed6cff667ed5b2b67eb80abf8a671cfa79865e97

URL: https://github.com/llvm/llvm-project/commit/ed6cff667ed5b2b67eb80abf8a671cfa79865e97
DIFF: https://github.com/llvm/llvm-project/commit/ed6cff667ed5b2b67eb80abf8a671cfa79865e97.diff

LOG: Fix typo s/beloinging/belonging

Differential Revision: https://reviews.llvm.org/D107099

Added: 
    

Modified: 
    llvm/lib/Transforms/Utils/LCSSA.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp
index 277fd903e9aa8..668626fef933b 100644
--- a/llvm/lib/Transforms/Utils/LCSSA.cpp
+++ b/llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -309,7 +309,7 @@ static void computeBlocksDominatingExits(
     // worklist, unless we visited it already.
     BasicBlock *IDomBB = DT.getNode(BB)->getIDom()->getBlock();
 
-    // Exit blocks can have an immediate dominator not beloinging to the
+    // Exit blocks can have an immediate dominator not belonging to the
     // loop. For an exit block to be immediately dominated by another block
     // outside the loop, it implies not all paths from that dominator, to the
     // exit block, go through the loop.


        


More information about the llvm-commits mailing list