From: Duncan Sands Date: Thu, 15 Apr 2010 20:35:54 +0000 (+0000) Subject: Pointed out by housel on #llvm. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=83821c8941b7e9e70de9d5e76556b07872ac371b;p=oota-llvm.git Pointed out by housel on #llvm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index db00178ca4b..1b94ab5a9a7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2707,7 +2707,7 @@ Instructions control flow, not values (the one exception being the 'invoke' instruction).

-

There are six different terminator instructions: the +

There are seven different terminator instructions: the 'ret' instruction, the 'br' instruction, the 'switch' instruction, the