e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
12 lines
232 B
LLVM
12 lines
232 B
LLVM
; RUN: opt < %s -deadargelim -disable-output
|
|
|
|
define internal void @build_delaunay({ i32 }* sret %agg.result) {
|
|
ret void
|
|
}
|
|
|
|
define void @test() {
|
|
call void @build_delaunay( { i32 }* sret null )
|
|
ret void
|
|
}
|
|
|