Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
simplify-cte-sub-addr.c
blob: bf36c8a0a30a52c3f68700b9520a812b268ca4ae [
file
] [
log
] [
blame
]
int
cte_sub_addr
(
int
x
)
{
return
2
-
(
x
+
1
);
}
/*
* check-name: simplify-cte-sub-addr
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: sub\\..*\\$1, %arg1
*/