diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-12-09 02:00:44 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-12-09 02:00:44 +0000 |
commit | c28f3e9e0b2ac17f71d4a093ee271e4164ce22f4 (patch) | |
tree | e28be664828dac7f3fd461b3f98dd8caf1c1edc3 /llvm/docs | |
parent | f887db09e8a717ef2453dc991b4b79b98c0443aa (diff) | |
download | bcm5719-llvm-c28f3e9e0b2ac17f71d4a093ee271e4164ce22f4.tar.gz bcm5719-llvm-c28f3e9e0b2ac17f71d4a093ee271e4164ce22f4.zip |
Typo.
llvm-svn: 146234
Diffstat (limited to 'llvm/docs')
-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 |