[llvm] r255665 - [Docs] Fix Unexpected indentation errors.

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 11:11:49 PST 2015


Author: ahatanak
Date: Tue Dec 15 13:11:48 2015
New Revision: 255665

URL: http://llvm.org/viewvc/llvm-project?rev=255665&view=rev
Log:
[Docs] Fix Unexpected indentation errors.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=255665&r1=255664&r2=255665&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Dec 15 13:11:48 2015
@@ -5468,6 +5468,7 @@ instructions is described in the
 
 Executing a ``catchpad`` instruction constitutes "entering" that pad.
 The pad may then be "exited" in one of three ways:
+
 1)  explicitly via a ``catchret`` that consumes it.  Executing such a ``catchret``
     is undefined behavior if any descendant pads have been entered but not yet
     exited.
@@ -8630,6 +8631,7 @@ The ``cleanuppad`` instruction has sever
 
 Executing a ``cleanuppad`` instruction constitutes "entering" that pad.
 The pad may then be "exited" in one of three ways:
+
 1)  explicitly via a ``cleanupret`` that consumes it.  Executing such a ``cleanupret``
     is undefined behavior if any descendant pads have been entered but not yet
     exited.




More information about the llvm-commits mailing list