Skip to content

Commit 6f5d5d6

Browse files
committed
[LoopTerminology][NFC] Fix typo
1 parent ad18665 commit 6f5d5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LoopTerminology.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ It is ensured by the LoopSimplify
152152
(:ref:`-loop-simplify <passes-loop-simplify>`) pass and is automatically
153153
added by the pass managers when scheduling a LoopPass.
154154
This pass is implemented in
155-
`LoopInfo.h <http://llvm.org/doxygen/LoopSimplify_8h_source.html>`_.
155+
`LoopSimplify.h <http://llvm.org/doxygen/LoopSimplify_8h_source.html>`_.
156156
When it is successful, the loop has:
157157

158158
* A preheader.

0 commit comments

Comments
 (0)