[llvm-commits] [llvm] r172360 - /llvm/trunk/docs/ExceptionHandling.rst

Dmitri Gribenko gribozavr at gmail.com
Sun Jan 13 08:07:49 PST 2013


Author: gribozavr
Date: Sun Jan 13 10:07:49 2013
New Revision: 172360

URL: http://llvm.org/viewvc/llvm-project?rev=172360&view=rev
Log:
Documentation: use monospaced font for intrinsics' names

Modified:
    llvm/trunk/docs/ExceptionHandling.rst

Modified: llvm/trunk/docs/ExceptionHandling.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.rst?rev=172360&r1=172359&r2=172360&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Sun Jan 13 10:07:49 2013
@@ -266,8 +266,8 @@
 
 .. _llvm.eh.typeid.for:
 
-llvm.eh.typeid.for
-------------------
+``llvm.eh.typeid.for``
+----------------------
 
 .. code-block:: llvm
 
@@ -280,8 +280,8 @@
 
 .. _llvm.eh.sjlj.setjmp:
 
-llvm.eh.sjlj.setjmp
--------------------
+``llvm.eh.sjlj.setjmp``
+-----------------------
 
 .. code-block:: llvm
 
@@ -302,8 +302,8 @@
 
 .. _llvm.eh.sjlj.longjmp:
 
-llvm.eh.sjlj.longjmp
---------------------
+``llvm.eh.sjlj.longjmp``
+------------------------
 
 .. code-block:: llvm
 
@@ -315,8 +315,8 @@
 pointer are restored from the buffer, then control is transferred to the
 destination address.
 
-llvm.eh.sjlj.lsda
------------------
+``llvm.eh.sjlj.lsda``
+---------------------
 
 .. code-block:: llvm
 
@@ -327,8 +327,8 @@
 function. The SJLJ front-end code stores this address in the exception handling
 function context for use by the runtime.
 
-llvm.eh.sjlj.callsite
----------------------
+``llvm.eh.sjlj.callsite``
+-------------------------
 
 .. code-block:: llvm
 





More information about the llvm-commits mailing list