aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/simplify-neg-add.c
blob: 66a820f2806962360d71113b32eb38700cb3a686 (plain)
1
2
3
4
5
6
7
8
9
10
int neg_add(int x, int y) { return -x + y; }

/*
 * check-name: simplify-neg-add
 * check-command: test-linearize -Wno-decl $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-contains: sub\\..*%arg2, %arg1
 */