Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / Analysis / BasicAA / unreachable-block.ll
blob1ca1e66f8947a533b8722b60a17e6bf4a9fe4ae1
1 ; RUN: opt -basicaa -aa-eval -disable-output < %s >& /dev/null
3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
4 ; unreachable code.
6 define void @func_2() nounwind {
7 entry:
8   unreachable
10 bb:
11   %t = select i1 undef, i32* %t, i32* undef
12   %p = select i1 undef, i32* %p, i32* %p
13   %q = select i1 undef, i32* undef, i32* %p
14   %a = getelementptr i8* %a, i32 0
15   unreachable