[llvm-commits] [llvm] r136790 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Wed Aug 3 10:17:06 PDT 2011
Author: void
Date: Wed Aug 3 12:17:06 2011
New Revision: 136790
URL: http://llvm.org/viewvc/llvm-project?rev=136790&view=rev
Log:
Explain how clauses are applied.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=136790&r1=136789&r2=136790&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Wed Aug 3 12:17:06 2011
@@ -6025,6 +6025,10 @@
calling conventions, how the personality function results are represented in
LLVM IR is target specific.</p>
+<p>The clauses are applied in order from top to bottom. If two
+ <tt>landingpad</tt> instructions are merged together through inlining, the
+ clauses from the calling function are prepended to the list of clauses.</p>
+
<p>The <tt>landingpad</tt> instruction has several restrictions:</p>
<ul>
More information about the llvm-commits
mailing list