Commit 6f5d5d66 authored by Stefanos Baziotis's avatar Stefanos Baziotis
Browse files

[LoopTerminology][NFC] Fix typo

parent ad18665e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.