aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll
blob: d781eb5374256ef530728c698061a81ce676a634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; RUN: opt -analyze %s -domset -disable-verify
;
int %re_match_2() {
ENTRY:
	br label %loopexit.20
loopentry.20:
	br label %loopexit.20

loopexit.20:
	ret int 0

endif.46:   ; UNREACHABLE
	br label %loopentry.20

}