[LoopTerminology][NFC] Fix typo

This commit is contained in:
Stefanos Baziotis 2020-03-04 02:12:33 +02:00
parent ad18665e37
commit 6f5d5d6602
1 changed files with 1 additions and 1 deletions

View File

@ -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.