mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6df7e23f0c
commit
85f5a1ae39
@ -3402,7 +3402,7 @@ IfUnequal:
|
|||||||
<i><a href="ExceptionHandling.html#overview">landing pad</a></i> for the
|
<i><a href="ExceptionHandling.html#overview">landing pad</a></i> for the
|
||||||
exception. As such, '<tt>exception</tt>' label is required to have the
|
exception. As such, '<tt>exception</tt>' label is required to have the
|
||||||
"<a href="#i_landingpad"><tt>landingpad</tt></a>" instruction, which contains
|
"<a href="#i_landingpad"><tt>landingpad</tt></a>" instruction, which contains
|
||||||
the information about about the behavior of the program after unwinding
|
the information about the behavior of the program after unwinding
|
||||||
happens, as its first non-PHI instruction. The restrictions on the
|
happens, as its first non-PHI instruction. The restrictions on the
|
||||||
"<tt>landingpad</tt>" instruction's tightly couples it to the
|
"<tt>landingpad</tt>" instruction's tightly couples it to the
|
||||||
"<tt>invoke</tt>" instruction, so that the important information contained
|
"<tt>invoke</tt>" instruction, so that the important information contained
|
||||||
|
Loading…
Reference in New Issue
Block a user