Skip to content

Commit 770ab60

Browse files
author
git apple-llvm automerger
committed
Merge commit '6f5d5d6602fa' from llvm.org/master into apple/master
2 parents db70e1a + 6f5d5d6 commit 770ab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LoopTerminology.rst

Lines changed: 1 addition & 1 deletion
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)