mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix typo found by John.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user