Pointed out by housel on #llvm.
[oota-llvm.git] / 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>
 
-<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