From 6445ecbdb9caea8269ecb62e8dce13fe25238247 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 2 Aug 2011 20:29:13 +0000 Subject: no need to count the terminators. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136718 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 6e77b4ac90..dce39c5ac3 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3026,15 +3026,15 @@ should not be exposed to source languages.

control flow, not values (the one exception being the 'invoke' instruction).

-

There are eight different terminator instructions: the - 'ret' instruction, the - 'br' instruction, the - 'switch' instruction, the - ''indirectbr' Instruction, the - 'invoke' instruction, the - 'unwind' instruction, the - 'resume' instruction, and the - 'unreachable' instruction.

+

The terminator instructions are: + 'ret', + 'br', + 'switch', + 'indirectbr', + 'invoke', + 'unwind', + 'resume', and + 'unreachable'.

-- cgit v1.2.3