mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
[FileCheck] Fix sphinx error: Make input be gas block
Summary: Change example of input text from being llvm block to being gas block since that text is made-up assembly. Reviewers: jhenderson, jdenny, probinson, arichardson Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61893 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1149c3500b
commit
7c3b5ade5e
@ -593,13 +593,13 @@ For example:
|
||||
|
||||
The above example would match the line:
|
||||
|
||||
.. code-block:: llvm
|
||||
.. code-block:: gas
|
||||
|
||||
add r5, r5, r6
|
||||
|
||||
but would not match the line:
|
||||
|
||||
.. code-block:: llvm
|
||||
.. code-block:: gas
|
||||
|
||||
add r5, r5, r7
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user