[llvm] 6f5d5d6 - [LoopTerminology][NFC] Fix typo
    Stefanos Baziotis via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar  3 16:14:12 PST 2020
    
    
  
Author: Stefanos Baziotis
Date: 2020-03-04T02:12:33+02:00
New Revision: 6f5d5d6602fa41c695315630eb0c72b6742b2d87
URL: https://github.com/llvm/llvm-project/commit/6f5d5d6602fa41c695315630eb0c72b6742b2d87
DIFF: https://github.com/llvm/llvm-project/commit/6f5d5d6602fa41c695315630eb0c72b6742b2d87.diff
LOG: [LoopTerminology][NFC] Fix typo
Added: 
    
Modified: 
    llvm/docs/LoopTerminology.rst
Removed: 
    
################################################################################
diff  --git a/llvm/docs/LoopTerminology.rst b/llvm/docs/LoopTerminology.rst
index 61f9629118d3..207195ef79e2 100644
--- a/llvm/docs/LoopTerminology.rst
+++ b/llvm/docs/LoopTerminology.rst
@@ -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.
        
    
    
More information about the llvm-commits
mailing list