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: