Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
simplify-neg-add.c
blob: 6223b4f98f3b9711a23a07532997b27ed4b2ce8a [
file
] [
log
] [
blame
]
int
neg_add
(
int
x
,
int
y
)
{
return
-
x
+
y
;
}
/*
* check-name: simplify-neg-add
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-contains: sub\\..*%arg2, %arg1
*/