From: Bill Wendling Date: Fri, 4 Nov 2011 20:40:41 +0000 (+0000) Subject: Fix some misplaced punctuation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5c3a9f7dd6532c6a0120a7fbd1e8414a4ad5d664;p=oota-llvm.git Fix some misplaced punctuation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143737 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: