mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
% -> @
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05d670971e
commit
1734055999
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user