* gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 24 May 2005 21:40:35 +0000 (21:40 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 24 May 2005 21:40:35 +0000 (21:40 +0000)
From-SVN: r100118

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ppc64-abi-2.c

index 168ed37dc4e8d31c5bb4299e6c7c4aa0231163bd..78d8c37962ad59f62ae4d50a86a5c17eb0987708 100644 (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.
index e6baa25f4a384d7c2b8a642f0399df78726ef6d7..93ce7195d0cda180dc3ae1004d8382b1152c6825 100644 (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);