[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / DeadArgElim / 2006-06-27-struct-ret.ll
blobab5069494e22dc37c6ab357f105c8b2ba939db93
1 ; RUN: opt < %s -passes=deadargelim -disable-output
3 define internal void @build_delaunay({ i32 }* sret({ i32 })  %agg.result) {
4         ret void
7 define void @test() {
8         call void @build_delaunay({ i32 }* sret({ i32 }) null)
9         ret void