Browse Source

Fix typo in declaring code-block snippet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332630 91177308-0d34-0410-b5e6-96231b3b80d8
Simon Pilgrim 7 years ago
parent
commit
49f3003c7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/CommandGuide/llvm-mca.rst

+ 1 - 1
docs/CommandGuide/llvm-mca.rst

@@ -65,7 +65,7 @@ directly into llvm-mca for analysis:
 
 Or for Intel syntax:
 
-... code-block:: bash
+.. code-block:: bash
 
   $ clang foo.c -O2 -target x86_64-unknown-unknown -mllvm -x86-asm-syntax=intel -S -o - | llvm-mca -mcpu=btver2