From 5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 4 Nov 2011 20:40:41 +0000 Subject: [PATCH] Fix some misplaced punctuation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143737 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index a260bafe4ae..0cc88735acb 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -635,7 +635,7 @@ define i32 @main() { ; i32()*   be merged with equivalent globals. These linkage types are otherwise the same as their non-odr versions. -
external:
+
external
If none of the above identifiers are used, the global is externally visible, meaning that it participates in linkage and can be used to resolve external symbol references.
@@ -932,7 +932,7 @@ define i32 @main() { ; i32()*   alignments must be a power of 2.

If the unnamed_addr attribute is given, the address is know to not - be significant and two identical functions can be merged

. + be significant and two identical functions can be merged.

Syntax:
-- 
2.34.1