1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[doc] typo in optimisation remark example

Fix typo in the vectorisation optimisation remarks example:

  -Rpass-missed=loop-vectorized
=>
  -Rpass-missed=loop-vectorize
This commit is contained in:
Sjoerd Meijer 2020-02-06 14:55:18 +00:00
parent 8e9ec7843f
commit f264bf3538

View 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