[llvm-commits] [release_14] CVS: llvm/docs/LangRef.html

John Criswell criswell at cs.uiuc.edu
Thu Dec 9 10:07:43 PST 2004



Changes in directory llvm/docs:

LangRef.html updated: 1.77.2.3 -> 1.77.2.4
---
Log message:

Merged in Reid's typo fixes.


---
Diffs of the changes:  (+10 -11)

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.77.2.3 llvm/docs/LangRef.html:1.77.2.4
--- llvm/docs/LangRef.html:1.77.2.3	Thu Dec  9 12:02:39 2004
+++ llvm/docs/LangRef.html	Thu Dec  9 12:07:29 2004
@@ -238,8 +238,8 @@
   <li>Unnamed values are represented as an unsigned numeric value with a '%'
   prefix.  For example, %12, %2, %44.</li>
 
-  <li>Constants, which are described in <a href="#constants">section about
-  constants</a></li>
+  <li>Constants, which are described in a <a href="#constants">section about
+  constants</a>, below.</li>
 </ol>
 
 <p>LLVM requires that values start with a '%' sign for two reasons: Compilers
@@ -778,8 +778,7 @@
 </div>
 
 <!-- ======================================================================= -->
-<div class="doc_subsection"> <a name="simpleconstants">Simple Constants</a>
-</div>
+<div class="doc_subsection"><a name="simpleconstants">Simple Constants</a></div>
 
 <div class="doc_text">
 
@@ -792,7 +791,7 @@
 
   <dt><b>Integer constants</b></dt>
 
-  <dd>Standard integers (such as '4') are constants of <a
+  <dd>Standard integers (such as '4') are constants of the <a
   href="#t_integer">integer</a> type.  Negative numbers may be used with signed
   integer types.
   </dd>
@@ -816,11 +815,11 @@
 of floating point constants.  For example, the form '<tt>double
 0x432ff973cafa8000</tt>' is equivalent to (but harder to read than) '<tt>double
 4.5e+15</tt>'.  The only time hexadecimal floating point constants are required
-(and the only time that they are generated by the disassembler) is when an FP
-constant has to be emitted that is not representable as a decimal floating point
-number exactly.  For example, NaN's, infinities, and other special cases are
-represented in their IEEE hexadecimal format so that assembly and disassembly do
-not cause any bits to change in the constants.</p>
+(and the only time that they are generated by the disassembler) is when a 
+floating point constant must be emitted but it cannot be represented as a 
+decimal floating point number.  For example, NaN's, infinities, and other 
+special values are represented in their IEEE hexadecimal format so that 
+assembly and disassembly do not cause any bits to change in the constants.</p>
 
 </div>
 
@@ -2920,7 +2919,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/09 18:02:39 $
+  Last modified: $Date: 2004/12/09 18:07:29 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list