p9-xxbr-1.c: Fix typos in submission.

2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>

	* gcc.target/powerpc/p9-xxbr-1.c: Fix typos in submission.
	* gcc.target/powerpc/p9-xxbr-2.c: Likewise.

From-SVN: r244605
This commit is contained in:
Michael Meissner 2017-01-19 00:12:14 +00:00 committed by Michael Meissner
parent 20ca9ae25f
commit 54dc4be290
3 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/p9-xxbr-1.c: Fix typos in submission.
* gcc.target/powerpc/p9-xxbr-2.c: Likewise.
2017-01-18 Louis Krupp <louis.krupp@zoho.com>
PR fortran/50069

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { powerpc64le-*-* } } } */
/* { dg-do compile { target { powerpc64*-*-* } } } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power9" } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mcpu=power9 -O3" } */
@ -61,7 +61,7 @@ rev_double (vector double a)
return vec_revb (a); /* XXBRD. */
}
/* { dg-final { scan-assembler-count "xxbrd" 1 } } */
/* { dg-final { scan-assembler-count "xxbrh" 2 } } */
/* { dg-final { scan-assembler-count "xxbrq" 3 } } */
/* { dg-final { scan-assembler-count "xxbrw" 3 } } */
/* { dg-final { scan-assembler-times "xxbrd" 1 } } */
/* { dg-final { scan-assembler-times "xxbrh" 2 } } */
/* { dg-final { scan-assembler-times "xxbrq" 3 } } */
/* { dg-final { scan-assembler-times "xxbrw" 3 } } */

View File

@ -1,7 +1,7 @@
/* { dg-do compile { target { powerpc64le-*-* && lp64 } } } */
/* { dg-do compile { target { powerpc64*-*-* && lp64 } } } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power9" } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mcpu=power9 -O3" } */
/* { dg-options "-mcpu=power9 -O2" } */
#include <altivec.h>
@ -32,5 +32,5 @@ rev_uint128 (vector __uint128_t a)
return vec_revb (a); /* XXBRQ. */
}
/* { dg-final { scan-assembler-count "xxbrd" 2 } } */
/* { dg-final { scan-assembler-count "xxbrq" 2 } } */
/* { dg-final { scan-assembler-times "xxbrd" 2 } } */
/* { dg-final { scan-assembler-times "xxbrq" 2 } } */