blob: 4b11eb81d5b702b88c09b999fb090747d4394bbd [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;
Bill Wendlingd31af2a2006-08-22 04:37:51 +00005; RUN: opt -analyze -domset %s | grep BB
Chris Lattnerf2014952002-08-02 16:41:21 +00006
7void %test() {
8 ret void
9BB:
10 ret void
11}