diff options
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 5eb91feb41b..fe81352f4f4 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -3402,7 +3402,7 @@ IfUnequal: <i><a href="ExceptionHandling.html#overview">landing pad</a></i> for the exception. As such, '<tt>exception</tt>' label is required to have the "<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 "<tt>landingpad</tt>" instruction's tightly couples it to the "<tt>invoke</tt>" instruction, so that the important information contained |