[llvm-commits] [llvm] r137040 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Mon Aug 8 00:58:58 PDT 2011


Author: void
Date: Mon Aug  8 02:58:58 2011
New Revision: 137040

URL: http://llvm.org/viewvc/llvm-project?rev=137040&view=rev
Log:
Fix typo found by John.

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=137040&r1=137039&r2=137040&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Aug  8 02:58:58 2011
@@ -6027,7 +6027,7 @@
 
 <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>
+   clauses from the calling function are appended to the list of clauses.</p>
 
 <p>The <tt>landingpad</tt> instruction has several restrictions:</p>
 





More information about the llvm-commits mailing list