[llvm] f70109f - [doc] typo in optimisation remark example

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 06:57:10 PST 2020


Author: Sjoerd Meijer
Date: 2020-02-06T14:55:18Z
New Revision: f70109f70ca9cdc7d416b8952a79c14e388b3180

URL: https://github.com/llvm/llvm-project/commit/f70109f70ca9cdc7d416b8952a79c14e388b3180
DIFF: https://github.com/llvm/llvm-project/commit/f70109f70ca9cdc7d416b8952a79c14e388b3180.diff

LOG: [doc] typo in optimisation remark example

Fix typo in the vectorisation optimisation remarks example:

  -Rpass-missed=loop-vectorized
=>
  -Rpass-missed=loop-vectorize

Added: 
    

Modified: 
    llvm/docs/Vectorizers.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst
index f8477f20f037..83eb5fb256ae 100644
--- a/llvm/docs/Vectorizers.rst
+++ b/llvm/docs/Vectorizers.rst
@@ -116,7 +116,7 @@ Consider the following loop:
     }
   }
 
-The command line ``-Rpass-missed=loop-vectorized`` prints the remark:
+The command line ``-Rpass-missed=loop-vectorize`` prints the remark:
 
 .. code-block:: console
 


        


More information about the llvm-commits mailing list