[LangRef] Fix sphinx warning
authorJoseph Tremoulet <jotrem@microsoft.com>
Sun, 23 Aug 2015 01:04:12 +0000 (01:04 +0000)
committerJoseph Tremoulet <jotrem@microsoft.com>
Sun, 23 Aug 2015 01:04:12 +0000 (01:04 +0000)
Fix invalid inline literal introduced in r245797

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245801 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 9041c0cb2065a2dbddb1286fda0f63e042c6f8c9..9bcbd89c3018e84f34e144d74a91e75cf004e2e3 100644 (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.
    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
    exceptional successor.
 -  It is undefined behavior for control to transfer from a ``cleanuppad`` to a
    ``ret`` without first executing a ``cleanupret`` that consumes the