Fix invalid inline literal introduced in r245797
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245801
91177308-0d34-0410-b5e6-
96231b3b80d8
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