mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.

2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* config/mips/mips.h (ISA_HAS_SYNCI):  Add !TARGET_MIPS16 test.

From-SVN: r127086
This commit is contained in:
Sandra Loosemore 2007-07-31 07:15:09 -04:00 committed by Sandra Loosemore
parent e0ab232eb4
commit 221e1c3fde
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
* config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
2007-07-31 Revital Eres <eres@il.ibm.com>
* ddg.c (add_deps_for_def): Rename to...

View file

@ -819,7 +819,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
|| TARGET_MIPS5500)
/* ISA includes synci, jr.hb and jalr.hb. */
#define ISA_HAS_SYNCI ISA_MIPS32R2
#define ISA_HAS_SYNCI (ISA_MIPS32R2 && !TARGET_MIPS16)
/* Add -G xx support. */