[llvm-commits] [llvm] r124514 - /llvm/trunk/docs/LangRef.html

Nick Lewycky nicholas at mxc.ca
Fri Jan 28 17:09:53 PST 2011


Author: nicholas
Date: Fri Jan 28 19:09:53 2011
New Revision: 124514

URL: http://llvm.org/viewvc/llvm-project?rev=124514&view=rev
Log:
Most browsers eliminate whitespace between anchor tags. Force whitespace with
  so that the code reads properly.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=124514&r1=124513&r2=124514&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jan 28 19:09:53 2011
@@ -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> 





More information about the llvm-commits mailing list