Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / powerpc / 20040121-1.c
blobf819a4949aad18f1ddbde23ca0e22f31764f853a
1 /* { dg-do compile { target powerpc*-*-darwin* } } */
2 /* { dg-options "-O2 -mcpu=G5 " } */
4 long long (*y)(int t);
5 long long get_alias_set (int t)
7 return y(t);