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

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