[llvm-commits] [llvm] r129155 - /llvm/trunk/docs/BitCodeFormat.html

Bill Wendling isanbard at gmail.com
Fri Apr 8 14:43:08 PDT 2011


Author: void
Date: Fri Apr  8 16:43:08 2011
New Revision: 129155

URL: http://llvm.org/viewvc/llvm-project?rev=129155&view=rev
Log:
Missing closed tag.

Modified:
    llvm/trunk/docs/BitCodeFormat.html

Modified: llvm/trunk/docs/BitCodeFormat.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.html?rev=129155&r1=129154&r2=129155&view=diff
==============================================================================
--- llvm/trunk/docs/BitCodeFormat.html (original)
+++ llvm/trunk/docs/BitCodeFormat.html Fri Apr  8 16:43:08 2011
@@ -923,7 +923,7 @@
 is <tt>thread_local</tt></li>
 
 <li><i>unnamed_addr</i>: If present and non-zero, indicates that the variable
-has <tt>unnamed_addr<tt></li>
+has <tt>unnamed_addr</tt></li>
 
 </ul>
 </div>





More information about the llvm-commits mailing list