Skip to content

Commit b87d985

Browse files
committed
Merging r143349:
------------------------------------------------------------------------ r143349 | chapuni | 2011-10-31 06:04:26 -0700 (Mon, 31 Oct 2011) | 1 line docs/*.html: Fix markups. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143610 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f9dc5f8 commit b87d985

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

docs/CodeGenerator.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,8 @@ <h3>
18131813
<a name="proepicode">Prolog/Epilog Code Insertion</a>
18141814
</h3>
18151815

1816+
<div>
1817+
18161818
<!-- _______________________________________________________________________ -->
18171819
<h4>
18181820
<a name="compact_unwind">Compact Unwind</a>
@@ -1927,6 +1929,8 @@ <h4>
19271929

19281930
</div>
19291931

1932+
</div>
1933+
19301934
<!-- ======================================================================= -->
19311935
<h3>
19321936
<a name="latemco">Late Machine Code Optimizations</a>

docs/GetElementPtr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ <h2><a name="summary">Summary</a></h2>
746746
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
747747
<a href="http://validator.w3.org/check/referer"><img
748748
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
749-
<a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br/>
749+
<a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
750750
Last modified: $Date$
751751
</address>
752752
</body>

docs/LangRef.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,9 +1898,6 @@ <h3>
18981898
possible to have a two dimensional array, using an array as the element type
18991899
of another array.</p>
19001900

1901-
</div>
1902-
1903-
19041901
<!-- _______________________________________________________________________ -->
19051902
<h4>
19061903
<a name="t_aggregate">Aggregate Types</a>
@@ -2208,6 +2205,8 @@ <h5>Examples:</h5>
22082205

22092206
</div>
22102207

2208+
</div>
2209+
22112210
<!-- *********************************************************************** -->
22122211
<h2><a name="constants">Constants</a></h2>
22132212
<!-- *********************************************************************** -->
@@ -6304,8 +6303,6 @@ <h5>Semantics:</h5>
63046303

63056304
</div>
63066305

6307-
</div>
6308-
63096306
<!-- ======================================================================= -->
63106307
<h3>
63116308
<a name="int_gc">Accurate Garbage Collection Intrinsics</a>
@@ -7001,8 +6998,6 @@ <h5>Semantics:</h5>
70016998

70026999
</div>
70037000

7004-
</div>
7005-
70067001
<!-- _______________________________________________________________________ -->
70077002
<h4>
70087003
<a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a>
@@ -7103,6 +7098,8 @@ <h5>Semantics:</h5>
71037098

71047099
</div>
71057100

7101+
</div>
7102+
71067103
<!-- ======================================================================= -->
71077104
<h3>
71087105
<a name="int_manip">Bit Manipulation Intrinsics</a>

docs/ProgrammersManual.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,6 @@ <h2>
879879
. Doing so avoids (relatively) expensive malloc/free calls, which dwarf the
880880
cost of adding the elements to the container. </p>
881881

882-
</div>
883-
884-
885882
<!-- ======================================================================= -->
886883
<h3>
887884
<a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a>

0 commit comments

Comments
 (0)