Pointed out by housel on #llvm.
authorDuncan Sands <baldrick@free.fr>
Thu, 15 Apr 2010 20:35:54 +0000 (20:35 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 15 Apr 2010 20:35:54 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101395 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index db00178ca4b35dc421b5b3aecc49e1b2ec11be94..1b94ab5a9a705faa034ac9f76a3faac702937e03 100644 (file)
@@ -2707,7 +2707,7 @@ Instructions</a> </div>
    control flow, not values (the one exception being the
    '<a href="#i_invoke"><tt>invoke</tt></a>' instruction).</p>
 
    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
    '<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