mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
4572ce85b0
llvm-svn: 33296
22 lines
493 B
LLVM
22 lines
493 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc
|
|
|
|
void %form_component_prediction(int %dy) {
|
|
entry:
|
|
%tmp7 = and int %dy, 1 ; <int> [#uses=1]
|
|
%tmp27 = seteq int %tmp7, 0 ; <bool> [#uses=1]
|
|
br bool false, label %cond_next30, label %bb115
|
|
|
|
cond_next30: ; preds = %entry
|
|
ret void
|
|
|
|
bb115: ; preds = %entry
|
|
%bothcond1 = or bool %tmp27, false ; <bool> [#uses=1]
|
|
br bool %bothcond1, label %bb228, label %cond_next125
|
|
|
|
cond_next125: ; preds = %bb115
|
|
ret void
|
|
|
|
bb228: ; preds = %bb115
|
|
ret void
|
|
}
|