diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 54610d77cd5..63f2e65cd04 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -89,9 +89,8 @@ option specifies "``-``", then the output will also be sent to standard output. .. option:: -mcpu=<cpuname> - Specify the processor for whic to run the analysis. - By default this defaults to a "generic" processor. It is not autodetected to - the current architecture. + Specify the processor for which to analyze the code. By default, the cpu name + is autodetected from the host. .. option:: -output-asm-variant=<variant id> |