Various hopefully correct easy fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands
2007-03-30 12:22:09 +00:00
parent 0e2d3ac0f8
commit 8036ca47e2
7 changed files with 19 additions and 20 deletions

View File

@@ -387,7 +387,7 @@ The <tt>llvm_cg_walk_gcroots</tt> function is a function provided by the code
generator that iterates through all of the GC roots on the stack, calling the
specified function pointer with each record. For each GC root, the address of
the pointer and the meta-data (from the <a
href="#gcroot"><tt>llvm.gcroot</tt></a> intrinsic) are provided.
href="#roots"><tt>llvm.gcroot</tt></a> intrinsic) are provided.
</p>
</div>