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

define void @test() {
	unreachable
}