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

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



Changes in directory llvm/docs:

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

More fixes from Reid.


---
Diffs of the changes:  (+14 -8)

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.77.2.4 llvm/docs/LangRef.html:1.77.2.5
--- llvm/docs/LangRef.html:1.77.2.4	Thu Dec  9 12:07:29 2004
+++ llvm/docs/LangRef.html	Thu Dec  9 12:16:01 2004
@@ -893,10 +893,9 @@
 </div>
 
 <!-- ======================================================================= -->
-<div class="doc_subsection"><a name="undefvalues">Undefined Values</a>
-</div>
-
+<div class="doc_subsection"><a name="undefvalues">Undefined Values</a></div>
 <div class="doc_text">
+<<<<<<< LangRef.html
 
 <p>The string '<tt>undef</tt>' is recognized as a filler that has no specified
 value.  Undefined values may be of any type, and be used anywhere a constant
@@ -905,6 +904,15 @@
 <p>Undefined values are used to indicate to the compiler that the program is
 well defined no matter what value is used, giving it more freedom.</p>
 
+=======
+  <p>The string '<tt>undef</tt>' is recognized as a type-less constant that has 
+  no specific value.  Undefined values may be of any type, and be used anywhere 
+  a constant is permitted.</p>
+
+  <p>Undefined values indicate to the compiler that the program is well defined
+  no matter what value is used, giving the compiler more freedom to optimize.
+  </p>
+>>>>>>> 1.82
 </div>
 
 <!-- ======================================================================= -->
@@ -933,14 +941,12 @@
 
   <dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
 
-  <dd>Perform the specied operation of the LHS and RHS constants.  OPCODE may be
-  any of the <a href="#binaryops">binary</a> or <a href="#bitwiseops">bitwise
+  <dd>Perform the specified operation of the LHS and RHS constants. OPCODE may 
+  be any of the <a href="#binaryops">binary</a> or <a href="#bitwiseops">bitwise
   binary</a> operations.  The constraints on operands are the same as those for
   the corresponding instruction (e.g. no bitwise operations on floating point
   are allowed).</dd>
-
 </dl>
-
 </div>
 
 <!-- *********************************************************************** -->
@@ -2919,7 +2925,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:07:29 $
+  Last modified: $Date: 2004/12/09 18:16:01 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list