1 ; RUN: opt < %s -instcombine -S | \
2 ; RUN: grep {ret i32 %.toremerge} | count 2
3 ;; Simple sinking tests
6 define i32 @test1(i1 %C) {
8 br i1 %C, label %Cond, label %Cond2
11 store i32 -987654321, i32* %A
24 define i32 @test2(i1 %C) {
27 br i1 %C, label %Cond, label %Cont
30 store i32 -987654321, i32* %A