[llvm-commits] [llvm] r111326 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Tue Aug 17 16:26:04 PDT 2010


Author: lattner
Date: Tue Aug 17 18:26:04 2010
New Revision: 111326

URL: http://llvm.org/viewvc/llvm-project?rev=111326&view=rev
Log:
fix a broken link

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=111326&r1=111325&r2=111326&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Aug 17 18:26:04 2010
@@ -789,7 +789,7 @@
 </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,





More information about the llvm-commits mailing list