1 ; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep br
3 define i1 @qux(i8* %m, i8* %n, i8* %o, i8* %p) nounwind {
5 %tmp7 = icmp eq i8* %m, %n
6 br i1 %tmp7, label %bb, label %UnifiedReturnBlock
9 %tmp15 = icmp eq i8* %o, %p
10 br label %UnifiedReturnBlock
13 %result = phi i1 [ 0, %entry ], [ %tmp15, %bb ]