summaryrefslogtreecommitdiff
path: root/docs/GarbageCollection.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-24 06:00:30 +0000
committerChris Lattner <sabre@nondot.org>2008-04-24 06:00:30 +0000
commit173405599993582e88b9a4fbd73e5675c2117173 (patch)
tree16d916fa79a23b32a9610ef32344235df04a151b /docs/GarbageCollection.html
parent05d670971e5de3b199b0bbdcd36c4062b8c0065e (diff)
downloadllvm-173405599993582e88b9a4fbd73e5675c2117173.tar.gz
llvm-173405599993582e88b9a4fbd73e5675c2117173.tar.bz2
llvm-173405599993582e88b9a4fbd73e5675c2117173.tar.xz
% -> @
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GarbageCollection.html')
-rw-r--r--docs/GarbageCollection.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html
index 6086a082dd..91768f1e53 100644
--- a/docs/GarbageCollection.html
+++ b/docs/GarbageCollection.html
@@ -366,7 +366,7 @@ programs that use different garbage collection algorithms.</p>
</div>
<div class="doc_code"><tt>
- void %llvm.gcroot(i8** %ptrloc, i8* %metadata)
+ void @llvm.gcroot(i8** %ptrloc, i8* %metadata)
</tt></div>
<div class="doc_text">
@@ -399,7 +399,7 @@ Entry:
;; Tell LLVM that the stack space is a stack root.
;; Java has type-tags on objects, so we pass null as metadata.
%tmp = bitcast %Object** %X to i8**
- call void %llvm.gcroot(i8** %X, i8* null)
+ call void @llvm.gcroot(i8** %X, i8* null)
...
;; "CodeBlock" is the block corresponding to the start