From 21c346e1714c50b2567de9e1d1a9184783fe5c0a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 2 Nov 2009 00:25:26 +0000 Subject: [PATCH] Add missing end-tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85769 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 b0a6793064c..7032a198141 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2538,7 +2538,7 @@ Instructions 'ret' instruction, the 'br' instruction, the 'switch' instruction, the - ''indirectbr' Instruction, the + ''indirectbr' Instruction, the 'invoke' instruction, the 'unwind' instruction, and the 'unreachable' instruction.

-- 2.34.1