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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
DeadArgElim
/
2006-06-27-struct-ret.ll
blob
b59cc8a57525eecaeeb4152943714b88f9a826b3
1
; RUN: opt < %s -passes=deadargelim -disable-output
2
3
define internal void @build_delaunay(ptr sret({ i32 }) %agg.result) {
4
ret void
5
}
6
7
define void @test() {
8
call void @build_delaunay(ptr sret({ i32 }) null)
9
ret void
10
}
11