diff --git a/docs/LangRef.html b/docs/LangRef.html index 1c3cc89724c..aab4d35c6bf 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -6025,6 +6025,10 @@ freestanding environments and non-C-based languages.

calling conventions, how the personality function results are represented in LLVM IR is target specific.

+

The clauses are applied in order from top to bottom. If two + landingpad instructions are merged together through inlining, the + clauses from the calling function are prepended to the list of clauses.

+

The landingpad instruction has several restrictions: