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 | 90464131a353812f461cb3aac4a7adce2eb7579b (patch) | |
tree | bd5b2c009c6b9b95712abc6541b88ab620113a9b /docs | |
parent | 4da0c7c0c9081107bea5f6bac440f0f1eb47748f (diff) |
Missing closed tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BitCodeFormat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 0b8747c261..7bbe86b743 100644 --- a/docs/BitCodeFormat.html +++ b/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> |