summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/unreachable-function.ll
blob: 7c6a30ec6b6fc4126b90fefc05f83b069b20acd1 (plain)
1
2
3
4
5
; RUN: opt < %s -adce -disable-output

define void @test() {
	unreachable
}