; Dominance relationships is not calculated correctly for unreachable blocks,; which causes the verifier to barf on this input.int%test(bool%b){BB0:retint7; Loop is unreachableLoop:%B=phiint[%B,%L2],[%B,%Loop]; PHI has same value always.brbool%b,label%L2,label%LoopL2:brlabel%Loop}