diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -593,13 +593,13 @@ The above example would match the line: -.. code-block:: llvm +.. code-block:: text add r5, r5, r6 but would not match the line: -.. code-block:: llvm +.. code-block:: text add r5, r5, r7