blob: 86c55f5916887c1a6ee76fcf6d71b2c9ecd281ae [file] [log] [blame]
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00001; RUN: llvm-as < %s | opt -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}