Skip to content

Commit

Permalink
[LoopTerminology][NFC] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baziotis committed Mar 4, 2020
1 parent ad18665 commit 6f5d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LoopTerminology.rst
Expand Up @@ -152,7 +152,7 @@ It is ensured by the LoopSimplify
(:ref:`-loop-simplify <passes-loop-simplify>`) pass and is automatically
added by the pass managers when scheduling a LoopPass.
This pass is implemented in
`LoopInfo.h <http://llvm.org/doxygen/LoopSimplify_8h_source.html>`_.
`LoopSimplify.h <http://llvm.org/doxygen/LoopSimplify_8h_source.html>`_.
When it is successful, the loop has:

* A preheader.
Expand Down

0 comments on commit 6f5d5d6

Please sign in to comment.