aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/ADCE/unreachable-function.ll
blob: d4be728194075936f15df8cdc9ef2eacc4cffd28 (plain)
1
2
3
4
5
; RUN: opt < %s -passes=adce -disable-output

define void @test() {
	unreachable
}