aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-03 06:43:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-03 06:43:54 +0000
commitb87d985ebf65e4ae530be68ec0fd9df774f250c3 (patch)
tree86cf88fa0f58d49a954754df736975e6e180efaf
parentf9dc5f8b21bffc17faf7153a1646a0dcedb9007f (diff)
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
-rw-r--r--docs/CodeGenerator.html4
-rw-r--r--docs/GetElementPtr.html2
-rw-r--r--docs/LangRef.html11
-rw-r--r--docs/ProgrammersManual.html3
4 files changed, 9 insertions, 11 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index ca2bb60746..d1efdde0c0 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1813,6 +1813,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s;
<a name="proepicode">Prolog/Epilog Code Insertion</a>
</h3>
+<div>
+
<!-- _______________________________________________________________________ -->
<h4>
<a name="compact_unwind">Compact Unwind</a>
@@ -1927,6 +1929,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s;
</div>
+</div>
+
<!-- ======================================================================= -->
<h3>
<a name="latemco">Late Machine Code Optimizations</a>
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html
index 2c32a9ea7c..b97659e682 100644
--- a/docs/GetElementPtr.html
+++ b/docs/GetElementPtr.html
@@ -746,7 +746,7 @@ idx3 = (char*) &amp;MyVar + 8
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
- <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br/>
+ <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
Last modified: $Date$
</address>
</body>
diff --git a/docs/LangRef.html b/docs/LangRef.html
index d7a2dff8b9..26ea8df999 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1898,9 +1898,6 @@ in signal handlers).</p>
possible to have a two dimensional array, using an array as the element type
of another array.</p>
-</div>
-
-
<!-- _______________________________________________________________________ -->
<h4>
<a name="t_aggregate">Aggregate Types</a>
@@ -2208,6 +2205,8 @@ in signal handlers).</p>
</div>
+</div>
+
<!-- *********************************************************************** -->
<h2><a name="constants">Constants</a></h2>
<!-- *********************************************************************** -->
@@ -6304,8 +6303,6 @@ declare void @llvm.va_end(i8*)
</div>
-</div>
-
<!-- ======================================================================= -->
<h3>
<a name="int_gc">Accurate Garbage Collection Intrinsics</a>
@@ -7001,8 +6998,6 @@ LLVM</a>.</p>
</div>
-</div>
-
<!-- _______________________________________________________________________ -->
<h4>
<a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a>
@@ -7103,6 +7098,8 @@ LLVM</a>.</p>
</div>
+</div>
+
<!-- ======================================================================= -->
<h3>
<a name="int_manip">Bit Manipulation Intrinsics</a>
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 4460224c1a..2a9b299644 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -879,9 +879,6 @@ elements (but could contain many), for example, it's much better to use
. Doing so avoids (relatively) expensive malloc/free calls, which dwarf the
cost of adding the elements to the container. </p>
-</div>
-
-
<!-- ======================================================================= -->
<h3>
<a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a>