From dc65f22390ab100381e281399003d18ce98fdd53 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Aug 2010 23:26:04 +0000 Subject: [PATCH] fix a broken link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111326 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 2c38a6c55fc..7422d72a59d 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -789,7 +789,7 @@ define i32 @main() { ; i32()*  

You may give a name to any type except - "void". Type name aliases may be used anywhere a type + "void". Type name aliases may be used anywhere a type is expected with the syntax "%mytype".

Note that type names are aliases for the structural type that they indicate, -- 2.34.1