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 | 048d806ba23a0fa7f083a7079bc1ca6485913791 (patch) | |
| tree | 2024f1ec8f7859bba36149e8455ac0e94804a406 | |
| parent | 0557b4be5f010f72d5320c702b076bd346a62adc (diff) | |
| download | external_llvm-048d806ba23a0fa7f083a7079bc1ca6485913791.zip external_llvm-048d806ba23a0fa7f083a7079bc1ca6485913791.tar.gz external_llvm-048d806ba23a0fa7f083a7079bc1ca6485913791.tar.bz2 | |
Pointed out by housel on #llvm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101395 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index db00178..1b94ab5 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 |
