Fix typo found by John.

llvm-svn: 137040
This commit is contained in:
Bill Wendling 2011-08-08 07:58:58 +00:00
parent 61147ed270
commit a503fc0494
1 changed files with 1 additions and 1 deletions

View File

@ -6027,7 +6027,7 @@ freestanding environments and non-C-based languages.</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>
clauses from the calling function are appended to the list of clauses.</p>
<p>The <tt>landingpad</tt> instruction has several restrictions:</p>