1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[LoopTerminology][NFC] Fix typo

This commit is contained in:
Stefanos Baziotis 2020-03-04 02:12:33 +02:00
parent e58a46dc29
commit 53ede36a1c

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.