Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
simplify-cte-sub-subr.c
blob: 10fdbbc8293303f67f07d355c0c2ab923d3c69af [
file
] [
log
] [
blame
]
int
cte_sub_subr
(
int
x
)
{
return
1
-
(
1
-
x
);
}
/*
* check-name: simplify-cte-sub-subr
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: ret\\..* %arg1
*/