blob: d806b7f37694e510d68feacd2c4038aa9487a965 [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001; RUN: opt %s -adce -disable-output
Chris Lattner559069d2004-10-17 23:44:02 +00002
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00003define void @test() {
Chris Lattner559069d2004-10-17 23:44:02 +00004 unreachable
5}