From 1be12637b101ab7e34452d501b2a99a44a6f3bf9 Mon Sep 17 00:00:00 2001 From: Joseph Tremoulet Date: Sun, 23 Aug 2015 01:04:12 +0000 Subject: [PATCH] [LangRef] Fix sphinx warning Fix invalid inline literal introduced in r245797 llvm-svn: 245801 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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