1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fixed HTML validator warning.

llvm-svn: 61005
This commit is contained in:
Misha Brukman 2008-12-14 08:01:51 +00:00
parent 225acfd9be
commit 4231a32eaf

View File

@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
<dt><a name="Root"><b>Root</b></a></dt> <dd>In garbage collection, a
pointer variable lying outside of the <a href="#Heap">heap</a> from which
the collector begins its reachability analysis. In the context of code
generation, "root" almost always refers to a "stack root"&#151;a local or
generation, "root" almost always refers to a "stack root" -- a local or
temporary variable within an executing function.</dd>
</dl>
</div>