]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vsx-vector-6.p8.c: Fix failure caused by typo.
authorXiong Hu Luo <luoxhu@linux.ibm.com>
Thu, 25 Apr 2019 01:18:43 +0000 (01:18 +0000)
committerXiong Hu Luo <luoxhu@gcc.gnu.org>
Thu, 25 Apr 2019 01:18:43 +0000 (01:18 +0000)
gcc/testsuite/ChangeLog:

2019-04-25  Xiong Hu Luo  <luoxhu@linux.ibm.com>

       * gcc.target/powerpc/vsx-vector-6.p8.c: Fix failure caused by typo.

From-SVN: r270565

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vsx-vector-6.p8.c

index 6f383c609a77af36c2ed941afb83f366deade486..ec30fd2971db95fbbd2b7676d6788933656a89f7 100644 (file)
@@ -1,3 +1,7 @@
+2019-04-25  Xiong Hu Luo  <luoxhu@linux.ibm.com>
+
+       * gcc.target/powerpc/vsx-vector-6.p8.c: Fix failure caused by typo.
+
 2019-04-22  Kelvin Nilsen  <kelvin@gcc.gnu.org>
 
        Backport from mainline
index 5edff4ea52ea776112ec3973b39d630110c8eaf1..5a7ebe0e1c5b61fd6532d71a299f6ce01b8d575d 100644 (file)
@@ -23,7 +23,7 @@
 /* { dg-final { scan-assembler-times {\mxvcmpeqdp\.\s} 5 { target be } } } */
 /* { dg-final { scan-assembler-times {\mxvcmpgtdp\s} 2 } } */
 /* { dg-final { scan-assembler-times {\mxvcmpgtdp\.\s} 5 { target le } } } */
-/* { dg-final { scan-assembler-times {\mxvcmpgtdp\.\s} 6 { target le } } } */
+/* { dg-final { scan-assembler-times {\mxvcmpgtdp\.\s} 6 { target be } } } */
 /* { dg-final { scan-assembler-times {\mxvcmpgedp\s} 2 } } */
 /* { dg-final { scan-assembler-times {\mxvcmpgedp\.\s} 4 } } */
 /* { dg-final { scan-assembler-times "xvrdpim" 1 } } */