brintos

brintos / llvm-project-archived public Read only

0
0
Text · 244 B · b59cc8a Raw
12 lines · plain
1; RUN: opt < %s -passes=deadargelim -disable-output2 3define internal void @build_delaunay(ptr sret({ i32 })  %agg.result) {4        ret void5}6 7define void @test() {8        call void @build_delaunay(ptr sret({ i32 }) null)9        ret void10}11 12