1; RUN: llc < %s 2 3define void @form_component_prediction(i32 %dy) { 4entry: 5 %tmp7 = and i32 %dy, 1 ; <i32> [#uses=1] 6 %tmp27 = icmp eq i32 %tmp7, 0 ; <i1> [#uses=1] 7 br i1 false, label %cond_next30, label %bb115 8 9cond_next30: ; preds = %entry 10 ret void 11 12bb115: ; preds = %entry 13 %bothcond1 = or i1 %tmp27, false ; <i1> [#uses=1] 14 br i1 %bothcond1, label %bb228, label %cond_next125 15 16cond_next125: ; preds = %bb115 17 ret void 18 19bb228: ; preds = %bb115 20 ret void 21} 22 23