diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-04-08 21:43:08 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-04-08 21:43:08 +0000 |
commit | c5d44ae3f49db055ca33a9d99bbed2f0326f1642 (patch) | |
tree | 6953d1e0625a2fb48d07a8b12ee9b7b64735fcb0 /llvm/docs/BitCodeFormat.html | |
parent | 04c9429f34f6d91c36d2482b4316946a1067009e (diff) | |
download | bcm5719-llvm-c5d44ae3f49db055ca33a9d99bbed2f0326f1642.tar.gz bcm5719-llvm-c5d44ae3f49db055ca33a9d99bbed2f0326f1642.zip |
Missing closed tag.
llvm-svn: 129155
Diffstat (limited to 'llvm/docs/BitCodeFormat.html')
-rw-r--r-- | llvm/docs/BitCodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index 0b8747c261f..7bbe86b743f 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -923,7 +923,7 @@ encoding of the visibility of this variable: 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> |