From c0dfafeaefe1c8c23ee0606112c7aba425e684e4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 8 Apr 2010 00:54:34 +0000 Subject: typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100738 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/LangRef.html') diff --git a/docs/LangRef.html b/docs/LangRef.html index 5fe2316..db00178 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -6001,9 +6001,9 @@ LLVM.

   declare void @llvm.memset.p0i8.i32(i8 * <dest>, i8 <val>,
-                                     i32 <len>, i32 <align>, i1 &lgt;isvolatile>)
+                                     i32 <len>, i32 <align>, i1 <isvolatile>)
   declare void @llvm.memset.p0i8.i64(i8 * <dest>, i8 <val>,
-                                     i64 <len>, i32 <align>, i1 &lgt;isvolatile>)
+                                     i64 <len>, i32 <align>, i1 <isvolatile>)
 
Overview:
-- cgit v1.1