aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/set-uimm0.c
blob: 1f62358ff0fb4de4666d047a9e8e524dc8481f5e (plain)
1
2
3
4
5
6
7
8
9
10
static _Bool setlt0(unsigned int a) { return (a <   0u) == 0; }
static _Bool setge0(unsigned int a) { return (a >=  0u) == 1; }

/*
 * check-name: set-uimm0
 * check-command: test-linearize $file
 *
 * check-output-ignore
 * check-output-pattern(2): ret\\.1 *\\$1
 */