[doc] typo in optimisation remark example
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 6 Feb 2020 14:55:18 +0000 (14:55 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 6 Feb 2020 14:55:18 +0000 (14:55 +0000)
Fix typo in the vectorisation optimisation remarks example:

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

llvm/docs/Vectorizers.rst

index f8477f2..83eb5fb 100644 (file)
@@ -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