summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-01-29 01:09:53 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-01-29 01:09:53 +0000
commitfea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770 (patch)
tree8465abbb78c4960a747157138327d7f1b66aa7e9 /llvm
parentec1ccca61a0a9a11b183199bbc9573be0a44251a (diff)
downloadbcm5719-llvm-fea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770.tar.gz
bcm5719-llvm-fea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770.zip
Most browsers eliminate whitespace between anchor tags. Force whitespace with
&nbsp; so that the code reads properly. llvm-svn: 124514
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 5a53c9aed4e..da365ff808a 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -493,7 +493,7 @@
<pre class="doc_code">
<i>; Declare the string constant as a global constant.</i>&nbsp;
-<a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a> <a href="#globalvars">constant</a> <a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp;
+<a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a>&nbsp;<a href="#globalvars">constant</a>&nbsp;<a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp;
<i>; External declaration of the puts function</i>&nbsp;
<a href="#functionstructure">declare</a> i32 @puts(i8*) <i>; i32 (i8*)* </i>&nbsp;
OpenPOWER on IntegriCloud