* gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
From-SVN: r183151
+2012-01-13 Georg-Johann Lay <avr@gjlay.de>
+
+ * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
+
2012-01-12 Jason Merrill <jason@redhat.com>
PR c++/51714
/* The transformation depends on BRANCH_COST being greater than 1
(see the notes in the PR), so try to force that. */
/* { dg-additional-options "-mtune=octeon2" { target mips*-*-* } } */
+/* { dg-additional-options "-mbranch-cost=2" { target avr*-*-* } } */
int
f1 (int a)