Commit 53c8d5a7 by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

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
parent 486c559b
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.
2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
......
......@@ -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. */
......
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