* gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.

From-SVN: r100118
This commit is contained in:
Janis Johnson 2005-05-24 21:40:35 +00:00 committed by Janis Johnson
parent 56cfdc9d00
commit e31136d2a5
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2005-05-24 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.
* lib/profopt.exp (dg-final-generate, dg-final-use,
profopt-final-code, profopt-get-options): New.
(profopt-execute): Process test directives.

View file

@ -302,8 +302,6 @@ fcvevv (char *s, vector int x, ...)
abort();
}
void fnp_cvvvv();
int __attribute__((no_instrument_function, noinline))
main1()
{
@ -313,7 +311,6 @@ main1()
fcvi (s, v, 2);
fcvv (s, v, w);
fnp_cvvvv (s, v, w, v, w);
fcivv (s, 1, v, w);
fcevv (s, v, w);
fciievv (s, 1, 2, v, w);