aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/simplify-cte-sub-addr.c
blob: 81f5b34551c6c5a2aac63a76a312937ffa9d3bd4 (plain)
1
2
3
4
5
6
7
8
9
10
int cte_sub_addr(int x) { return 2 - (x + 1); }

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