mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	docs/*.html: Fix markups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143349 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -1813,6 +1813,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; | |||||||
|   <a name="proepicode">Prolog/Epilog Code Insertion</a> |   <a name="proepicode">Prolog/Epilog Code Insertion</a> | ||||||
| </h3> | </h3> | ||||||
|  |  | ||||||
|  | <div> | ||||||
|  |  | ||||||
| <!-- _______________________________________________________________________ --> | <!-- _______________________________________________________________________ --> | ||||||
| <h4> | <h4> | ||||||
|   <a name="compact_unwind">Compact Unwind</a> |   <a name="compact_unwind">Compact Unwind</a> | ||||||
| @@ -1927,6 +1929,8 @@ $ llc -regalloc=pbqp file.bc -o pbqp.s; | |||||||
|  |  | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <!-- ======================================================================= --> | <!-- ======================================================================= --> | ||||||
| <h3> | <h3> | ||||||
|   <a name="latemco">Late Machine Code Optimizations</a> |   <a name="latemco">Late Machine Code Optimizations</a> | ||||||
|   | |||||||
| @@ -746,7 +746,7 @@ idx3 = (char*) &MyVar + 8 | |||||||
|   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> |   src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> | ||||||
|   <a href="http://validator.w3.org/check/referer"><img |   <a href="http://validator.w3.org/check/referer"><img | ||||||
|   src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> |   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$ |   Last modified: $Date$ | ||||||
| </address> | </address> | ||||||
| </body> | </body> | ||||||
|   | |||||||
| @@ -1903,9 +1903,6 @@ in signal handlers).</p> | |||||||
|    possible to have a two dimensional array, using an array as the element type |    possible to have a two dimensional array, using an array as the element type | ||||||
|    of another array.</p> |    of another array.</p> | ||||||
|  |  | ||||||
| </div> |  | ||||||
|    |  | ||||||
|  |  | ||||||
| <!-- _______________________________________________________________________ --> | <!-- _______________________________________________________________________ --> | ||||||
| <h4> | <h4> | ||||||
|   <a name="t_aggregate">Aggregate Types</a> |   <a name="t_aggregate">Aggregate Types</a> | ||||||
| @@ -2213,6 +2210,8 @@ in signal handlers).</p> | |||||||
|  |  | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <!-- *********************************************************************** --> | <!-- *********************************************************************** --> | ||||||
| <h2><a name="constants">Constants</a></h2> | <h2><a name="constants">Constants</a></h2> | ||||||
| <!-- *********************************************************************** --> | <!-- *********************************************************************** --> | ||||||
| @@ -6385,8 +6384,6 @@ declare void @llvm.va_end(i8*) | |||||||
|  |  | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| </div> |  | ||||||
|  |  | ||||||
| <!-- ======================================================================= --> | <!-- ======================================================================= --> | ||||||
| <h3> | <h3> | ||||||
|   <a name="int_gc">Accurate Garbage Collection Intrinsics</a> |   <a name="int_gc">Accurate Garbage Collection Intrinsics</a> | ||||||
| @@ -7082,8 +7079,6 @@ LLVM</a>.</p> | |||||||
|  |  | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
| </div> |  | ||||||
|  |  | ||||||
| <!-- _______________________________________________________________________ --> | <!-- _______________________________________________________________________ --> | ||||||
| <h4> | <h4> | ||||||
|   <a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a> |   <a name="int_exp">'<tt>llvm.exp.*</tt>' Intrinsic</a> | ||||||
| @@ -7184,6 +7179,8 @@ LLVM</a>.</p> | |||||||
|  |  | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | </div> | ||||||
|  |  | ||||||
| <!-- ======================================================================= --> | <!-- ======================================================================= --> | ||||||
| <h3> | <h3> | ||||||
|   <a name="int_manip">Bit Manipulation Intrinsics</a> |   <a name="int_manip">Bit Manipulation Intrinsics</a> | ||||||
|   | |||||||
| @@ -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 | .  Doing so avoids (relatively) expensive malloc/free calls, which dwarf the | ||||||
| cost of adding the elements to the container. </p> | cost of adding the elements to the container. </p> | ||||||
|  |  | ||||||
| </div> |  | ||||||
|    |  | ||||||
|    |  | ||||||
| <!-- ======================================================================= --> | <!-- ======================================================================= --> | ||||||
| <h3> | <h3> | ||||||
|   <a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a> |   <a name="ds_sequential">Sequential Containers (std::vector, std::list, etc)</a> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user