Skip to content

Commit

Permalink
[Docs] Fix typo in LoopTerminology.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosAlbertoEnciso committed Mar 17, 2023
1 parent c9987f0 commit ca3f7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LoopTerminology.rst
Expand Up @@ -43,7 +43,7 @@ The definition of a loop comes with some additional terminology:

* An **entering block** (or **loop predecessor**) is a non-loop node
that has an edge into the loop (necessarily the header). If there is
only one entering block entering block, and its only edge is to the
only one entering block, and its only edge is to the
header, it is also called the loop's **preheader**. The preheader
dominates the loop without itself being part of the loop.

Expand Down

0 comments on commit ca3f7a5

Please sign in to comment.