Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040216-1.c
blob12d5e5ea7051cb7ebb23d35936f87990bdedce6e
1 int foo (int a, int b, int c, int d)
3 return ~a & ~b & ~c & ~d;