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 4255e51..f73ef9b 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 19f892e..43b92c1 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" } } */