aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/set-uimm1.c
blob: d6928f59d044c785a2c6df95fddf0fe3ebf334d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
static _Bool setle_umax(unsigned int a) { return (a <= ~0) == 1; }
static _Bool setgt_umax(unsigned int a) { return (a >  ~0) == 0; }

/*
 * check-name: set-uimm1
 * check-command: test-linearize $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-returns: 1
 */