projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b607264
)
Use correct variable in this example. Pointed out by waynix on IRC.
author
Duncan Sands
<baldrick@free.fr>
Thu, 3 May 2012 15:25:19 +0000
(15:25 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Thu, 3 May 2012 15:25:19 +0000
(15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156067
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/GarbageCollection.html
patch
|
blob
|
history
diff --git
a/docs/GarbageCollection.html
b/docs/GarbageCollection.html
index 778297cff7445f196cd4c34ea11bb48bf78d6003..20f2c96a2b56b8e187468540d49474166644ae3e 100644
(file)
--- a/
docs/GarbageCollection.html
+++ b/
docs/GarbageCollection.html
@@
-475,7
+475,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** %
tmp
, i8* null)
...
;; "CodeBlock" is the block corresponding to the start