diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-01-29 01:09:53 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-01-29 01:09:53 +0000 |
commit | fea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770 (patch) | |
tree | 8465abbb78c4960a747157138327d7f1b66aa7e9 /llvm | |
parent | ec1ccca61a0a9a11b183199bbc9573be0a44251a (diff) | |
download | bcm5719-llvm-fea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770.tar.gz bcm5719-llvm-fea7ddc735d0f0981c2d8b0d0eeae1dd2ad88770.zip |
Most browsers eliminate whitespace between anchor tags. Force whitespace with
so that the code reads properly.
llvm-svn: 124514
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
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> -<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> +<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> <i>; External declaration of the puts function</i> <a href="#functionstructure">declare</a> i32 @puts(i8*) <i>; i32 (i8*)* </i> |