blob: ecd596536a22a1870c837799b87cbec6e112f3da [file] [log] [blame]
Dan Gohman1b4c27772009-09-08 16:50:01 +00001; RUN: opt %s -deadargelim -disable-output
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00003define internal void @build_delaunay({ i32 }* sret %agg.result) {
4 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}
6
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00007define void @test() {
8 call void @build_delaunay( { i32 }* sret null )
9 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010}
11