From 03bb1cea0ab13eec44ed7b98db780b47279ffe6b Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 15 Dec 2015 19:11:48 +0000 Subject: [PATCH] [Docs] Fix Unexpected indentation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255665 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 79856a304c1..21ca7ec0c30 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 several restrictions: 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. -- 2.34.1