mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
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:
parent
cce04b3a5c
commit
49f3003c7f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user