forked from OSchip/llvm-project
[LangRef] Fix sphinx warning
Fix invalid inline literal introduced in r245797 llvm-svn: 245801
This commit is contained in:
parent
a758398833
commit
e82b3b8bc5
|
@ -8451,7 +8451,7 @@ The ``cleanuppad`` instruction has several restrictions:
|
||||||
cleanup block.
|
cleanup block.
|
||||||
- A basic block that is not a cleanup block may not include a
|
- A basic block that is not a cleanup block may not include a
|
||||||
'``cleanuppad``' instruction.
|
'``cleanuppad``' instruction.
|
||||||
- All ``cleanupret``s which exit a cleanuppad must have the same
|
- All '``cleanupret``'s which exit a ``cleanuppad`` must have the same
|
||||||
exceptional successor.
|
exceptional successor.
|
||||||
- It is undefined behavior for control to transfer from a ``cleanuppad`` to a
|
- It is undefined behavior for control to transfer from a ``cleanuppad`` to a
|
||||||
``ret`` without first executing a ``cleanupret`` that consumes the
|
``ret`` without first executing a ``cleanupret`` that consumes the
|
||||||
|
|
Loading…
Reference in New Issue