summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/unreachable-function.ll
blob: 0c10253300807e3846decafeafe22092e021d080 (plain)
1
2
3
4
5
; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output

void %test() {
	unreachable
}