fix a broken link

llvm-svn: 111326
This commit is contained in:
Chris Lattner 2010-08-17 23:26:04 +00:00
parent 7aa9eb16fd
commit 249b976ed2
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ define i32 @main() { <i>; i32()* </i>&nbsp;
</pre>
<p>You may give a name to any <a href="#typesystem">type</a> except
"<a href="t_void">void</a>". Type name aliases may be used anywhere a type
"<a href="#t_void">void</a>". Type name aliases may be used anywhere a type
is expected with the syntax "%mytype".</p>
<p>Note that type names are aliases for the structural type that they indicate,