[WinEH] Verify consistent funclet unwind exits
[oota-llvm.git] / docs / LangRef.rst
index 650d18b9ba464e5866e13d36cc2124c84f774d94..ff27f3c30c96f13ad53adaf379cc5b5a2bbceb99 100644 (file)
@@ -8657,10 +8657,6 @@ described in the `EH documentation\ <ExceptionHandling.html#wineh-constraints>`_
 it is undefined behavior to execute a :ref:`call <i_call>` or :ref:`invoke <i_invoke>`
 that does not carry an appropriate :ref:`"funclet" bundle <ob_funclet>`.
 
-It is undefined behavior for the ``cleanuppad`` to exit via an unwind edge which
-does not transitively unwind to the same destination as a constituent
-``cleanupret``.
-
 Example:
 """"""""