diff options
author | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
commit | 16f122e6ad7cd9865851b3a2f43d89f703dbcdf9 (patch) | |
tree | c9fc79fd04df1b4cb05d79ad3f4e067841ad5344 /llvm/docs/GarbageCollection.html | |
parent | b25806fa5fb7aa0f79e2e6ff416941867ba4a354 (diff) | |
download | bcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.tar.gz bcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.zip |
Various hopefully correct easy fixes.
llvm-svn: 35506
Diffstat (limited to 'llvm/docs/GarbageCollection.html')
-rw-r--r-- | llvm/docs/GarbageCollection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html index 91be2396746..f2f37229924 100644 --- a/llvm/docs/GarbageCollection.html +++ b/llvm/docs/GarbageCollection.html @@ -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> |