ssa-ifcombine-13.c: Remove mips*-*-* from option and scan lists.
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
This commit is contained in:
parent
303a0cea55
commit
dbe1eced08
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user