altivec-1.c: Fix typo.

2001-11-17  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.dg/altivec-1.c: Fix typo.

From-SVN: r47225
This commit is contained in:
Aldy Hernandez 2001-11-20 21:15:52 +00:00 committed by Aldy Hernandez
parent b7e0196a08
commit da6ccf8361
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-17 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/altivec-1.c: Fix typo.
2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.

View File

@ -1,4 +1,4 @@
/* { dg-do run { target powerpc-*altivec powerpc-*-*-*altivec } } */
/* { dg-do run { target powerpc-*-*altivec powerpc-*-*-*altivec } } */
/* { dg-options "-maltivec" } */
/* Program to test PowerPC AltiVec instructions. */