summaryrefslogtreecommitdiff
path: root/test/Other/2002-08-02-DomSetProblem.ll
blob: f62135d3f1132b584eae9a8205169b8bbe61e8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
; Dominator set calculation is not calculating dominators for unreachable 
; blocks.  These blocks should at least dominate themselves.  This is 
; fouling up the verify pass.
;
; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -domset | grep BB

void %test() {
	ret void
BB:
	ret void
}