From e31136d2a5101adaba928f2b86dea08d66832451 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Tue, 24 May 2005 21:40:35 +0000 Subject: [PATCH] * gcc.dg/ppc64-abi-2.c: Remove code that is now invalid. From-SVN: r100118 --- gcc/testsuite/ChangeLog | 2 ++ gcc/testsuite/gcc.dg/ppc64-abi-2.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 168ed37dc4e..78d8c37962a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2005-05-24 Janis Johnson + * 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. diff --git a/gcc/testsuite/gcc.dg/ppc64-abi-2.c b/gcc/testsuite/gcc.dg/ppc64-abi-2.c index e6baa25f4a3..93ce7195d0c 100644 --- a/gcc/testsuite/gcc.dg/ppc64-abi-2.c +++ b/gcc/testsuite/gcc.dg/ppc64-abi-2.c @@ -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);