arc.c (TARGET_LRA_P): Undef before redefine.

2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* config/arc/arc.c (TARGET_LRA_P): Undef before redefine.

From-SVN: r209979
This commit is contained in:
Jan-Benedict Glaw 2014-05-01 13:00:10 +00:00 committed by Jan-Benedict Glaw
parent 486c559b0c
commit 53c8d5a729
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/arc/arc.c (arc_select_cc_mode): Fix typo.

View file

@ -550,6 +550,7 @@ static void arc_finalize_pic (void);
#define TARGET_INSN_LENGTH_PARAMETERS arc_insn_length_parameters
#undef TARGET_LRA_P
#define TARGET_LRA_P arc_lra_p
#define TARGET_REGISTER_PRIORITY arc_register_priority
/* Stores with scaled offsets have different displacement ranges. */