diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 13:04:26 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-31 13:04:26 +0000 |
| commit | a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3 (patch) | |
| tree | 51f7b165828807cb4851c68afcebfadac57986b3 | |
| parent | b8004d9b4c34a6d19be4ec658e331239b55c2f93 (diff) | |
| download | bcm5719-llvm-a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3.tar.gz bcm5719-llvm-a35cdd68cf799d1cd2f9346e24bcd67d0b2afad3.zip | |
docs/*.html: Fix markups.
llvm-svn: 143349
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 4 | ||||
| -rw-r--r-- | llvm/docs/GetElementPtr.html | 2 | ||||
| -rw-r--r-- | llvm/docs/LangRef.html | 11 | ||||
| -rw-r--r-- | llvm/docs/ProgrammersManual.html | 3 |
4 files changed, 9 insertions, 11 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 15344da16d9..62ea6cad25a 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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/llvm/docs/GetElementPtr.html b/llvm/docs/GetElementPtr.html index 6297aa7de71..6af95f57850 100644 --- a/llvm/docs/GetElementPtr.html +++ b/llvm/docs/GetElementPtr.html @@ -746,7 +746,7 @@ idx3 = (char*) &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/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index ad216b36c1f..a260bafe4ae 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1903,9 +1903,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> @@ -2213,6 +2210,8 @@ in signal handlers).</p> </div> +</div> + <!-- *********************************************************************** --> <h2><a name="constants">Constants</a></h2> <!-- *********************************************************************** --> @@ -6385,8 +6384,6 @@ declare void @llvm.va_end(i8*) </div> -</div> - <!-- ======================================================================= --> <h3> <a name="int_gc">Accurate Garbage Collection Intrinsics</a> @@ -7082,8 +7079,6 @@ LLVM</a>.</p> </div> -</div> - <!-- _______________________________________________________________________ --> <h4> <a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a> @@ -7184,6 +7179,8 @@ LLVM</a>.</p> </div> +</div> + <!-- ======================================================================= --> <h3> <a name="int_manip">Bit Manipulation Intrinsics</a> diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 2cdcd270bf3..2ab1681c47c 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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> |

