OSDN Git Service

Fix typo in declaring code-block snippet
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 17 May 2018 16:58:42 +0000 (16:58 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 17 May 2018 16:58:42 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332630 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-mca.rst

index e3e87a6..b921f35 100644 (file)
@@ -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