Skip to content

Commit 033f96e

Browse files
author
John Criswell
committed
More fixes from Reid.
llvm-svn: 18709
1 parent a14df74 commit 033f96e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

llvm/docs/LangRef.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -893,10 +893,9 @@ <h5>Examples:</h5>
893893
</div>
894894

895895
<!-- ======================================================================= -->
896-
<div class="doc_subsection"><a name="undefvalues">Undefined Values</a>
897-
</div>
898-
896+
<div class="doc_subsection"><a name="undefvalues">Undefined Values</a></div>
899897
<div class="doc_text">
898+
<<<<<<< LangRef.html
900899

901900
<p>The string '<tt>undef</tt>' is recognized as a filler that has no specified
902901
value. Undefined values may be of any type, and be used anywhere a constant
@@ -905,6 +904,15 @@ <h5>Examples:</h5>
905904
<p>Undefined values are used to indicate to the compiler that the program is
906905
well defined no matter what value is used, giving it more freedom.</p>
907906

907+
=======
908+
<p>The string '<tt>undef</tt>' is recognized as a type-less constant that has
909+
no specific value. Undefined values may be of any type, and be used anywhere
910+
a constant is permitted.</p>
911+
912+
<p>Undefined values indicate to the compiler that the program is well defined
913+
no matter what value is used, giving the compiler more freedom to optimize.
914+
</p>
915+
>>>>>>> 1.82
908916
</div>
909917

910918
<!-- ======================================================================= -->
@@ -933,14 +941,12 @@ <h5>Examples:</h5>
933941

934942
<dt><b><tt>OPCODE ( LHS, RHS )</tt></b></dt>
935943

936-
<dd>Perform the specied operation of the LHS and RHS constants. OPCODE may be
937-
any of the <a href="#binaryops">binary</a> or <a href="#bitwiseops">bitwise
944+
<dd>Perform the specified operation of the LHS and RHS constants. OPCODE may
945+
be any of the <a href="#binaryops">binary</a> or <a href="#bitwiseops">bitwise
938946
binary</a> operations. The constraints on operands are the same as those for
939947
the corresponding instruction (e.g. no bitwise operations on floating point
940948
are allowed).</dd>
941-
942949
</dl>
943-
944950
</div>
945951

946952
<!-- *********************************************************************** -->

0 commit comments

Comments
 (0)