blob: d806b7f37694e510d68feacd2c4038aa9487a965 [file] [log] [blame]
Dan Gohman1b4c27772009-09-08 16:50:01 +00001; RUN: opt %s -adce -disable-output
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00003define void @test() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004 unreachable
5}