blob: ed7c86a480bfd704642c3b36eba012250cadebc5 [file] [log] [blame]
; 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-as < %s | opt -analyze -domset | grep BB
void %test() {
ret void
BB:
ret void
}