blob: 0296cb07bddeed014b96a1c13e162384bdeb544b [file] [log] [blame]
Chris Lattner1bc33f72006-10-29 21:00:55 +00001; RUN: llvm-as < %s | llc
2
3void %form_component_prediction(int %dy) {
4entry:
5 %tmp7 = and int %dy, 1 ; <int> [#uses=1]
6 %tmp27 = seteq int %tmp7, 0 ; <bool> [#uses=1]
7 br bool false, label %cond_next30, label %bb115
8
9cond_next30: ; preds = %entry
10 ret void
11
12bb115: ; preds = %entry
13 %bothcond1 = or bool %tmp27, false ; <bool> [#uses=1]
14 br bool %bothcond1, label %bb228, label %cond_next125
15
16cond_next125: ; preds = %bb115
17 ret void
18
19bb228: ; preds = %bb115
20 ret void
21}