[PATCH] D107099: Fix typo s/beloinging/belonging
Doug Beck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 13:17:26 PDT 2021
beck created this revision.
Herald added a subscriber: hiraditya.
beck requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107099
Files:
llvm/lib/Transforms/Utils/LCSSA.cpp
Index: llvm/lib/Transforms/Utils/LCSSA.cpp
===================================================================
--- llvm/lib/Transforms/Utils/LCSSA.cpp
+++ llvm/lib/Transforms/Utils/LCSSA.cpp
@@ -309,7 +309,7 @@
// 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107099.362859.patch
Type: text/x-patch
Size: 670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/88a062ee/attachment.bin>
More information about the llvm-commits
mailing list