Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / ADCE / 2003-06-11-InvalidCFG.ll
blob049dc6079e470e75c04138af5af908f32e58eb52
1 ; RUN: opt < %s -passes=adce -disable-output
2 ; RUN: opt < %s -passes=adce -adce-remove-loops -disable-output
4 @G = external global ptr               ; <ptr> [#uses=1]
6 declare void @Fn(ptr)
8 define i32 @main(i32 %argc.1, ptr %argv.1) {
9 entry:
10         br label %endif.42
12 endif.42:               ; preds = %shortcirc_done.12, %then.66, %endif.42, %entry
13         br i1 false, label %endif.65, label %endif.42
15 then.66:                ; preds = %shortcirc_done.12
16         call void @Fn( ptr %tmp.2846 )
17         br label %endif.42
19 endif.65:               ; preds = %endif.42
20         %tmp.2846 = load ptr, ptr @G               ; <ptr> [#uses=1]
21         br i1 false, label %shortcirc_next.12, label %shortcirc_done.12
23 shortcirc_next.12:              ; preds = %endif.65
24         br label %shortcirc_done.12
26 shortcirc_done.12:              ; preds = %shortcirc_next.12, %endif.65
27         br i1 false, label %then.66, label %endif.42