[llvm-commits] [llvm] r101395 - /llvm/trunk/docs/LangRef.html

Duncan Sands baldrick at free.fr
Thu Apr 15 13:35:54 PDT 2010


Author: baldrick
Date: Thu Apr 15 15:35:54 2010
New Revision: 101395

URL: http://llvm.org/viewvc/llvm-project?rev=101395&view=rev
Log:
Pointed out by housel on #llvm.

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=101395&r1=101394&r2=101395&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Apr 15 15:35:54 2010
@@ -2707,7 +2707,7 @@
    control flow, not values (the one exception being the
    '<a href="#i_invoke"><tt>invoke</tt></a>' instruction).</p>
 
-<p>There are six different terminator instructions: the
+<p>There are seven different terminator instructions: the
    '<a href="#i_ret"><tt>ret</tt></a>' instruction, the
    '<a href="#i_br"><tt>br</tt></a>' instruction, the
    '<a href="#i_switch"><tt>switch</tt></a>' instruction, the





More information about the llvm-commits mailing list