diff options
author | Duncan Sands <baldrick@free.fr> | 2010-04-15 20:35:54 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-04-15 20:35:54 +0000 |
commit | 626b02470bf7a8c202b08de000e09e43ae184ca6 (patch) | |
tree | a33d07de0464a15881f2d3f7294805ab05200a4c | |
parent | b642a27525e1e98321c1f8e4d9c2e4c910a2a6b3 (diff) | |
download | bcm5719-llvm-626b02470bf7a8c202b08de000e09e43ae184ca6.tar.gz bcm5719-llvm-626b02470bf7a8c202b08de000e09e43ae184ca6.zip |
Pointed out by housel on #llvm.
llvm-svn: 101395
-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 db00178ca4b..1b94ab5a9a7 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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 |