diff options
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9041c0cb206..9bcbd89c301 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 |

