1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Pointed out by housel on #llvm.

llvm-svn: 101395
This commit is contained in:
Duncan Sands 2010-04-15 20:35:54 +00:00
parent a40915cc26
commit 89431f240a

View 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