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

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