Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / m68.c
bloba1ee486d4c2f6e2a6e2dab745d97274f33c39beb
1 foo (a)
3 return a | 12345;
6 bar (a)
8 return a & (0xffff0000 | 12345);
11 foobar (a)
13 return a - 128;