1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[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 3cb178c5fa
commit 1be12637b1

View File

@ -8451,7 +8451,7 @@ The ``cleanuppad`` instruction has several restrictions:
cleanup block.
- A basic block that is not a cleanup block may not include a
'``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.
- It is undefined behavior for control to transfer from a ``cleanuppad`` to a
``ret`` without first executing a ``cleanupret`` that consumes the