repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
Verifier
/
gcroot-alloca.ll
blob
8caa4b9f58b56cc98d05dfce8b42639ed4105bd8
1
; RUN: not llvm-as < %s >& /dev/null
2
; PR1633
3
4
%meta = type { i8* }
5
%obj = type { %meta* }
6
7
declare void @llvm.gcroot(%obj**, %meta*)
8
9
define void @f() {
10
entry:
11
call void @llvm.gcroot(%obj** null, %meta* null)
12
13
ret void
14
}