Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34fa038f0c802bfba2cddd2b091830ff90c06df4
/
.
/
test
/
Other
/
2002-08-02-DomSetProblem.ll
blob: a6bf60a4b88ff6cf18d53bf14f21cf8eefcb36af [
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: analyze -domset %s | grep BB
void
%test
()
{
ret
void
BB
:
ret
void
}