[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:
Chandler Carruth
2018-08-06 10:20:05 +00:00
parent f6ba2bc74b
commit 084fdcc27e
+1 -1
View File
@@ -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: