Remove for real.

From-SVN: r76542
This commit is contained in:
Andrew Pinski 2004-01-24 22:03:25 -08:00
parent 1f52178b3a
commit bd915f51cf
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O2 -force_cpusubtype_ALL -mpowerpc64" } */
long long (*y)(int t);
long long get_alias_set (int t)
{
return y(t);
}