[llvm] r245801 - [LangRef] Fix sphinx warning

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 18:04:12 PDT 2015


Author: josepht
Date: Sat Aug 22 20:04:12 2015
New Revision: 245801

URL: http://llvm.org/viewvc/llvm-project?rev=245801&view=rev
Log:
[LangRef] Fix sphinx warning

Fix invalid inline literal introduced in r245797


Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=245801&r1=245800&r2=245801&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Sat Aug 22 20:04:12 2015
@@ -8451,7 +8451,7 @@ The ``cleanuppad`` instruction has sever
    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




More information about the llvm-commits mailing list