repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
gcwrite-ptrptr.ll
blob
24277a4c9e3e14cd1f26d88e0ee99db02ce5c4ab
1
; RUN: not llvm-as < %s > /dev/null 2>&1
2
; PR1633
3
4
%meta = type { ptr }
5
%obj = type { ptr }
6
7
declare void @llvm.gcwrite(ptr, ptr, ptr)
8
9
define void @f() {
10
entry:
11
call void @llvm.gcwrite(ptr null, ptr null, ptr null)
12
ret void
13
}