blob: a6bf60a4b88ff6cf18d53bf14f21cf8eefcb36af [file] [log] [blame]
Chris Lattnerf2014952002-08-02 16:41:21 +00001; Dominator set calculation is not calculating dominators for unreachable
2; blocks. These blocks should at least dominate themselves. This is
3; fouling up the verify pass.
4;
5; RUN: analyze -domset %s | grep BB
6
7void %test() {
8 ret void
9BB:
10 ret void
11}