[llvm-commits] [llvm] r146234 - /llvm/trunk/docs/LangRef.html
Chad Rosier
mcrosier at apple.com
Thu Dec 8 18:00:45 PST 2011
Author: mcrosier
Date: Thu Dec 8 20:00:44 2011
New Revision: 146234
URL: http://llvm.org/viewvc/llvm-project?rev=146234&view=rev
Log:
Typo.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=146234&r1=146233&r2=146234&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Dec 8 20:00:44 2011
@@ -3402,7 +3402,7 @@
<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
More information about the llvm-commits
mailing list