Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
a49e015180bf85e1ffd934dbc94c0deda60873f6
/
.
/
test
/
irreducible.ll
blob: 4daed8a2b34f4513122018a5e7625235920008d4 [
file
] [
log
] [
blame
]
implementation
;; This is an irreducible flow graph
void
"irreducible"
(
bool
%cond
)
begin
br
bool
%cond
,
label
%X
,
label
%Y
X
:
br
label
%Y
Y
:
br
label
%X
end