From 50c372b3d9a71d6663264328ca8fa3527e5d07a5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 Feb 2004 19:27:26 +0000 Subject: [PATCH] fix typeo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index e8c1f01cee1..a3a0285a48f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -752,7 +752,7 @@ control flows to the 'iffalse' label argument.

Instruction
Syntax:
-
  switch uint <value>, label <defaultdest> [ int <val>, label &dest>, ... ]
+
  switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]
Overview:

The 'switch' instruction is used to transfer control flow to one of several different places. It is a generalization of the 'br' -- 2.34.1