Commit e080b281 by Toma Tabacu Committed by Catherine Moore

branch-cost-1.c (dg-options): Use (HAS_MOVN) instead of isa>=4, in order to downgrade to R5.

2016-11-17  Toma Tabacu  <toma.tabacu@imgtec.com>

	* gcc.target/mips/branch-cost-1.c (dg-options): Use (HAS_MOVN)
	instead of isa>=4, in order to downgrade to R5.

From-SVN: r242574
parent c2f2350e
2016-11-17 Toma Tabacu <toma.tabacu@imgtec.com>
* gcc.target/mips/branch-cost-1.c (dg-options): Use (HAS_MOVN)
instead of isa>=4, in order to downgrade to R5.
2016-11-17 Andrew Burgess <andrew.burgess@embecosm.com> 2016-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
* gcc.target/arc/cmem-bit-1.c: New file. * gcc.target/arc/cmem-bit-1.c: New file.
......
/* { dg-options "-mbranch-cost=1 isa>=4" } */ /* { dg-options "-mbranch-cost=1 (HAS_MOVN)" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
NOMIPS16 int NOMIPS16 int
foo (int x, int y, int z, int k) foo (int x, int y, int z, int k)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment