From: Joseph Tremoulet Date: Sun, 23 Aug 2015 01:04:12 +0000 (+0000) Subject: [LangRef] Fix sphinx warning X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=50cbfe2c199b22b24d20a0d38b15a374e1bb209c;hp=221b8cc736bca9f714afd86a6fc4bc6e51aab00b [LangRef] Fix sphinx warning Fix invalid inline literal introduced in r245797 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245801 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 9041c0cb206..9bcbd89c301 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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