summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-04-24 10:09:32 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-04-24 10:09:32 +0000
commitef507cb47c64835d5fa3e0873a2970bc6ad40dfa (patch)
tree5f6723cf9af7393d3b5c95f112ff5e254a89080d /llvm/docs
parentde83cbf37e8ac59d405b4d3ea2ce389e619bc901 (diff)
downloadbcm5719-llvm-ef507cb47c64835d5fa3e0873a2970bc6ad40dfa.tar.gz
bcm5719-llvm-ef507cb47c64835d5fa3e0873a2970bc6ad40dfa.zip
[llvm-mca][CommandGuide] Fix typo in example.
llvm-svn: 330703
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CommandGuide/llvm-mca.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst
index 1aafd3b3806..54610d77cd5 100644
--- a/llvm/docs/CommandGuide/llvm-mca.rst
+++ b/llvm/docs/CommandGuide/llvm-mca.rst
@@ -52,7 +52,7 @@ assembly text:
__asm volatile("# LLVM-MCA-BEGIN foo");
a += 42;
__asm volatile("# LLVM-MCA-END");
- a \*= b;
+ a *= b;
return a;
}
OpenPOWER on IntegriCloud