[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Wed Apr 11 16:50:07 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.231 -> 1.232
---
Log message:
Fix validation errors.
---
Diffs of the changes: (+9 -9)
LangRef.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.231 llvm/docs/LangRef.html:1.232
--- llvm/docs/LangRef.html:1.231 Wed Apr 11 18:46:06 2007
+++ llvm/docs/LangRef.html Wed Apr 11 18:49:50 2007
@@ -454,7 +454,6 @@
until linked, if not linked, the symbol becomes null instead of being an
undefined reference.
</dd>
-</dl>
<dt><tt><b><a name="linkage_external">externally visible</a></b></tt>:</dt>
@@ -462,6 +461,7 @@
visible, meaning that it participates in linkage and can be used to resolve
external symbol references.
</dd>
+</dl>
<p>
The next two types of linkage are targeted for Microsoft Windows platform
@@ -779,13 +779,12 @@
<div class="doc_text">
<p>A module may specify a target specific data layout string that specifies how
-data is to be laid out in memory. The syntax for the data layout is simply:<br/>
-<pre> target datalayout = "<i>layout specification</i>"
-</pre>
-The <i>layout specification</i> consists of a list of specifications separated
-by the minus sign character ('-'). Each specification starts with a letter
-and may include other information after the letter to define some aspect of the
-data layout. The specifications accepted are as follows: </p>
+data is to be laid out in memory. The syntax for the data layout is simply:</p>
+<pre> target datalayout = "<i>layout specification</i>"</pre>
+<p>The <i>layout specification</i> consists of a list of specifications
+separated by the minus sign character ('-'). Each specification starts with a
+letter and may include other information after the letter to define some
+aspect of the data layout. The specifications accepted are as follows: </p>
<dl>
<dt><tt>E</tt></dt>
<dd>Specifies that the target lays out data in big-endian form. That is, the
@@ -4690,6 +4689,7 @@
llvm.part.set(0xFFFF, 0, Y, 7, 4) -> 0x0060
llvm.part.set(0xFFFF, 0, Y, 8, 3) -> 0x00F0
llvm.part.set(0xFFFF, 0, Y, 3, 8) -> 0xFE07
+</pre>
</div>
<!-- ======================================================================= -->
@@ -4730,7 +4730,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/04/11 23:46:06 $
+ Last modified: $Date: 2007/04/11 23:49:50 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list