1 ; RUN: opt -simplifycfg -disable-output < %s
3 @foo = external constant i32
7 br i1 icmp eq (i64 and (i64 ptrtoint (i32* @foo to i64), i64 15), i64 0), label %if.end, label %if.then
9 if.then: ; preds = %entry
12 if.end: ; preds = %entry
15 return: ; preds = %if.end, %if.then
16 %storemerge = phi i32 [ 1, %if.end ], [ 0, %if.then ]