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