Skip to content

Commit

Permalink
[FileCheck] Fix sphinx error: Make input be gas block
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Preud'homme committed May 15, 2019
1 parent 1149c35 commit 7c3b5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CommandGuide/FileCheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c3b5ad

Please sign in to comment.