summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/docs/ExceptionHandling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/docs/ExceptionHandling.rst')
-rw-r--r--gnu/llvm/docs/ExceptionHandling.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/llvm/docs/ExceptionHandling.rst b/gnu/llvm/docs/ExceptionHandling.rst
index 41dd4b606b1..a44fb92794c 100644
--- a/gnu/llvm/docs/ExceptionHandling.rst
+++ b/gnu/llvm/docs/ExceptionHandling.rst
@@ -406,7 +406,7 @@ outlined. After the handler is outlined, this intrinsic is simply removed.
``llvm.eh.exceptionpointer``
----------------------------
-.. code-block:: llvm
+.. code-block:: text
i8 addrspace(N)* @llvm.eh.padparam.pNi8(token %catchpad)
@@ -427,7 +427,7 @@ backend. Uses of them are generated by the backend's
``llvm.eh.sjlj.setjmp``
~~~~~~~~~~~~~~~~~~~~~~~
-.. code-block:: llvm
+.. code-block:: text
i32 @llvm.eh.sjlj.setjmp(i8* %setjmp_buf)
@@ -664,7 +664,7 @@ all of the new IR instructions:
return 0;
}
-.. code-block:: llvm
+.. code-block:: text
define i32 @f() nounwind personality i32 (...)* @__CxxFrameHandler3 {
entry:
@@ -741,7 +741,7 @@ C++ code:
}
}
-.. code-block:: llvm
+.. code-block:: text
define void @f() #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3 to i8*) {
entry: