[LangRef] Fix sphinx warning

Fix invalid inline literal introduced in r245797

llvm-svn: 245801
This commit is contained in:
Joseph Tremoulet 2015-08-23 01:04:12 +00:00
parent a758398833
commit e82b3b8bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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