diff options
-rw-r--r-- | llvm/docs/GlobalISel/Pipeline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GlobalISel/Pipeline.rst b/llvm/docs/GlobalISel/Pipeline.rst index b3a6baa1306..01bd4df85d7 100644 --- a/llvm/docs/GlobalISel/Pipeline.rst +++ b/llvm/docs/GlobalISel/Pipeline.rst @@ -165,7 +165,7 @@ involved in a bug. Once the critical blocks have been identified, you can further increase the resolution to the critical instructions by splitting the blocks like from: -.. code-block:: llvm +.. code-block:: none bb1: ... instructions group 1 ... @@ -173,7 +173,7 @@ resolution to the critical instructions by splitting the blocks like from: into: -.. code-block:: llvm +.. code-block:: none bb1: ... instructions group 1 ... |