]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ssa-ifcombine-13.c: Remove mips*-*-* from option and scan lists.
authorSteve Ellcey <sellcey@mips.com>
Wed, 9 Apr 2014 16:27:07 +0000 (16:27 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 9 Apr 2014 16:27:07 +0000 (16:27 +0000)
2014-04-09  Steve Ellcey  <sellcey@mips.com>

* gcc.dg/tree-ssa/ssa-ifcombine-13.c: Remove mips*-*-* from option
and scan lists.

From-SVN: r209248

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-13.c

index 4255e5175a6e186439aaa5d8567f498df3dcdbbf..f73ef9b481b61357a4c721b6a57825852e82b905 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-09  Steve Ellcey  <sellcey@mips.com>
+
+       * gcc.dg/tree-ssa/ssa-ifcombine-13.c: Remove mips*-*-* from option
+       and scan lists.
+
 2014-04-09  Cong Hou  <congh@google.com>
 
        PR testsuite/60773
index 19f892eaa852d3e79892d7f5ad89f1550814ae96..43b92c11569dd5cf667930711997628bbb4dc511 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O1 -fdump-tree-optimized" } */
-/* { dg-additional-options "-mbranch-cost=2" { target { i?86-*-* x86_64-*-* mips*-*-* s390*-*-* avr*-*-* } } } */
+/* { dg-additional-options "-mbranch-cost=2" { target { i?86-*-* x86_64-*-* s390*-*-* avr*-*-* } } } */
 
 _Bool f1(_Bool a, _Bool b)
 {
@@ -17,5 +17,5 @@ _Bool f1(_Bool a, _Bool b)
 
 /* For LOGICAL_OP_NON_SHORT_CIRCUIT, this should be optimized
    into return a & b;, with no ifs.  */
-/* { dg-final { scan-tree-dump-not "if" "optimized" { target { i?86-*-* x86_64-*-* mips*-*-* s390*-*-* avr*-*-* } } } } */
+/* { dg-final { scan-tree-dump-not "if" "optimized" { target { i?86-*-* x86_64-*-* s390*-*-* avr*-*-* } } } } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */