summaryrefslogtreecommitdiffstats
path: root/docs/ExceptionHandling.rst
diff options
context:
space:
mode:
authorJoseph Tremoulet <jotrem@microsoft.com>2015-09-03 09:33:54 +0000
committerJoseph Tremoulet <jotrem@microsoft.com>2015-09-03 09:33:54 +0000
commit2467a4cad6dff6f9ea1337e1df32e9aaa37806a9 (patch)
tree4e7ec310106bff0aebf1dc24730bac8e7321b4f1 /docs/ExceptionHandling.rst
parent8f3f5c300ec8f29c62d966e5865fd95965f94878 (diff)
[Docs] Fix Sphinx warning
Title underline was too short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExceptionHandling.rst')
-rw-r--r--docs/ExceptionHandling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst
index 71efa4bbd531..a90f7be9d71c 100644
--- a/docs/ExceptionHandling.rst
+++ b/docs/ExceptionHandling.rst
@@ -404,7 +404,7 @@ outlined. After the handler is outlined, this intrinsic is simply removed.
.. _llvm.eh.exceptionpointer:
``llvm.eh.exceptionpointer``
-----------------------
+----------------------------
.. code-block:: llvm