Skip to content

Commit a14df74

Browse files
author
John Criswell
committed
Merged in Reid's typo fixes.
llvm-svn: 18707
1 parent 1100397 commit a14df74

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

llvm/docs/LangRef.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@
238238
<li>Unnamed values are represented as an unsigned numeric value with a '%'
239239
prefix. For example, %12, %2, %44.</li>
240240

241-
<li>Constants, which are described in <a href="#constants">section about
242-
constants</a></li>
241+
<li>Constants, which are described in a <a href="#constants">section about
242+
constants</a>, below.</li>
243243
</ol>
244244

245245
<p>LLVM requires that values start with a '%' sign for two reasons: Compilers
@@ -778,8 +778,7 @@ <h5>Examples:</h5>
778778
</div>
779779

780780
<!-- ======================================================================= -->
781-
<div class="doc_subsection"> <a name="simpleconstants">Simple Constants</a>
782-
</div>
781+
<div class="doc_subsection"><a name="simpleconstants">Simple Constants</a></div>
783782

784783
<div class="doc_text">
785784

@@ -792,7 +791,7 @@ <h5>Examples:</h5>
792791

793792
<dt><b>Integer constants</b></dt>
794793

795-
<dd>Standard integers (such as '4') are constants of <a
794+
<dd>Standard integers (such as '4') are constants of the <a
796795
href="#t_integer">integer</a> type. Negative numbers may be used with signed
797796
integer types.
798797
</dd>
@@ -816,11 +815,11 @@ <h5>Examples:</h5>
816815
of floating point constants. For example, the form '<tt>double
817816
0x432ff973cafa8000</tt>' is equivalent to (but harder to read than) '<tt>double
818817
4.5e+15</tt>'. The only time hexadecimal floating point constants are required
819-
(and the only time that they are generated by the disassembler) is when an FP
820-
constant has to be emitted that is not representable as a decimal floating point
821-
number exactly. For example, NaN's, infinities, and other special cases are
822-
represented in their IEEE hexadecimal format so that assembly and disassembly do
823-
not cause any bits to change in the constants.</p>
818+
(and the only time that they are generated by the disassembler) is when a
819+
floating point constant must be emitted but it cannot be represented as a
820+
decimal floating point number. For example, NaN's, infinities, and other
821+
special values are represented in their IEEE hexadecimal format so that
822+
assembly and disassembly do not cause any bits to change in the constants.</p>
824823

825824
</div>
826825

0 commit comments

Comments
 (0)