Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Analysis / RegionInfo / 20100809_bb_not_in_domtree.ll
blobab35b056b152f9e235e02a0d30d29611cd54fd2f
1 ; RUN: opt < %s -passes='print<regions>'
3 define i32 @main() nounwind {
4 entry:
5   br label %for.cond
7 test:
8   br label %for.cond
10 for.cond:                                         ; preds = %for.inc, %entry
11   br i1 true, label %for.body, label %for.end
13 for.body:                                         ; preds = %for.cond
14   br label %for.inc
16 for.inc:                                          ; preds = %for.body
17   br label %for.cond
19 for.end:                                          ; preds = %for.cond
20   ret i32 0