mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[Docs] Fix Unexpected indentation errors.
llvm-svn: 255665
This commit is contained in:
parent
7915950634
commit
9aec9dadd0
@ -5468,6 +5468,7 @@ instructions is described in the
|
|||||||
|
|
||||||
Executing a ``catchpad`` instruction constitutes "entering" that pad.
|
Executing a ``catchpad`` instruction constitutes "entering" that pad.
|
||||||
The pad may then be "exited" in one of three ways:
|
The pad may then be "exited" in one of three ways:
|
||||||
|
|
||||||
1) explicitly via a ``catchret`` that consumes it. Executing such a ``catchret``
|
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
|
is undefined behavior if any descendant pads have been entered but not yet
|
||||||
exited.
|
exited.
|
||||||
@ -8630,6 +8631,7 @@ The ``cleanuppad`` instruction has several restrictions:
|
|||||||
|
|
||||||
Executing a ``cleanuppad`` instruction constitutes "entering" that pad.
|
Executing a ``cleanuppad`` instruction constitutes "entering" that pad.
|
||||||
The pad may then be "exited" in one of three ways:
|
The pad may then be "exited" in one of three ways:
|
||||||
|
|
||||||
1) explicitly via a ``cleanupret`` that consumes it. Executing such a ``cleanupret``
|
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
|
is undefined behavior if any descendant pads have been entered but not yet
|
||||||
exited.
|
exited.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user