summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-04-15 20:35:54 +0000
committerDuncan Sands <baldrick@free.fr>2010-04-15 20:35:54 +0000
commit83821c8941b7e9e70de9d5e76556b07872ac371b (patch)
tree2024f1ec8f7859bba36149e8455ac0e94804a406 /docs/LangRef.html
parent5ef9d76f6f1afe5a07a9cffe7ce5780d07a25d9c (diff)
downloadllvm-83821c8941b7e9e70de9d5e76556b07872ac371b.tar.gz
llvm-83821c8941b7e9e70de9d5e76556b07872ac371b.tar.bz2
llvm-83821c8941b7e9e70de9d5e76556b07872ac371b.tar.xz
Pointed out by housel on #llvm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index db00178ca4..1b94ab5a9a 100644
--- a/docs/LangRef.html
+++ b/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