From 43ba067132f425bf43ff86804c5ec4706a0f85c7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 12 May 2008 23:38:42 +0000 Subject: [PATCH] Fix a malformed %gt; llvm-svn: 51011 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 71f9c1111784..38bcb02c3bbc 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2682,7 +2682,7 @@ results are undefined.
Syntax:
-  <result> = insertelement <n x <ty>> <val>, <ty> <elt>, i32 <idx>    ; yields <n x <ty>>
+  <result> = insertelement <n x <ty>> <val>, <ty> <elt>, i32 <idx>    ; yields <n x <ty>>
 
Overview:
-- GitLab