aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/simplify-same-sub-addl.c
blob: 78f217399e50a01ed0cbd1dbe18cba448dd73086 (plain)
1
2
3
4
5
6
7
8
9
10
int foo(int x, int y) { return (x - y) + y; }

/*
 * check-name: simplify-same-sub-addl
 * check-command: test-linearize -Wno-decl $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-contains: ret\\..*%arg1
 */