blob: ed7c86a480bfd704642c3b36eba012250cadebc5 [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;
Chris Lattnerc9b208c2006-08-27 22:44:20 +00005; RUN: llvm-as < %s | opt -analyze -domset | grep BB
Chris Lattnerf2014952002-08-02 16:41:21 +00006
7void %test() {
8 ret void
9BB:
10 ret void
11}