From 90464131a353812f461cb3aac4a7adce2eb7579b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 8 Apr 2011 21:43:08 +0000 Subject: [PATCH] Missing closed tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129155 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BitCodeFormat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 0b8747c261f..7bbe86b743f 100644 --- a/docs/BitCodeFormat.html +++ b/docs/BitCodeFormat.html @@ -923,7 +923,7 @@ encoding of the visibility of this variable: is thread_local
  • unnamed_addr: If present and non-zero, indicates that the variable -has unnamed_addr
  • +has unnamed_addr -- 2.34.1