1 ; RUN: opt < %s -simplifycfg -S | not grep br
5 define void @test(i1 %P, i32* %Q) {
6 br i1 %P, label %T, label %F
9 %A = load i32, i32* %Q ; <i32> [#uses=1]
10 call void @bar( i32 %A )
14 %B = load i32, i32* %Q ; <i32> [#uses=1]
15 call void @bar( i32 %B )