ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.

2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and
          s390x.

From-SVN: r183557
This commit is contained in:
Andreas Krebbel 2012-01-26 11:51:03 +00:00 committed by Andreas Krebbel
parent 4bca22f3c2
commit c0a9d2a12e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and
s390x.
2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dom1-details" } */
/* { dg-additional-options "-mbranch-cost=2" { target s390*-*-* } } */
struct bitmap_head_def;
typedef struct bitmap_head_def *bitmap;
typedef const struct bitmap_head_def *const_bitmap;