blob: 7c6a30ec6b6fc4126b90fefc05f83b069b20acd1 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +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}