Fix typo in declaring code-block snippet

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim 2018-05-17 16:58:42 +00:00
parent cce04b3a5c
commit 49f3003c7f

View 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