Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
cse-cmp-next.c
blob: 50fdbac097643d1e987f211ea9bc9eed319269cc [
file
] [
log
] [
blame
]
void
foo
(
int
p
,
int
i
,
int
f
,
int
*
ref
,
int
*
dst
,
int
*
src
)
{
if
(
p
)
f
=
ref
[
i
];
if
(
f
)
dst
[
i
]
=
src
[
i
];
}
/*
* check-name: cse-cmp-next
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-pattern(1,2): mul\\.
*/