1 ; RUN: opt < %s -simplifycfg -S | not grep call
5 define void @test(i32 %X, i32 %Y) {
7 %tmp.2 = icmp slt i32 %X, %Y ; <i1> [#uses=2]
8 br i1 %tmp.2, label %shortcirc_next, label %UnifiedReturnBlock
9 shortcirc_next: ; preds = %entry
10 br i1 %tmp.2, label %UnifiedReturnBlock, label %then
11 then: ; preds = %shortcirc_next
14 UnifiedReturnBlock: ; preds = %shortcirc_next, %entry