mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-18 13:16:24 -04:00
[docs] Continue working around broken Sphinx parsing of LLVM code blocks
by switching to `text` in another place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1506,7 +1506,7 @@ For example, here is a module before:
|
||||
|
||||
and after running ``opt -debugify`` on it we get:
|
||||
|
||||
.. code-block:: llvm
|
||||
.. code-block:: text
|
||||
|
||||
define void @f(i32* %x) !dbg !6 {
|
||||
entry:
|
||||
|
||||
Reference in New Issue
Block a user