Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / Analysis / PostDominators / pr6047_d.ll
blob4cfa88029ae813fc3446fc3b4d37d7dbe1b94e67
1 ; RUN: opt < %s -postdomtree -analyze | FileCheck %s
2 define internal void @f() {
3 entry:
4   br i1 1, label %a, label %b
6 a:
7 br label %c
9 b:
10 br label %c
13   br i1 undef, label %bb35, label %bb3.i
15 bb3.i:
16   br label %bb3.i
18 bb35.loopexit3:
19   br label %bb35
21 bb35:
22   ret void
24 ; CHECK: [4] %entry