Commit 6d9b7208 by Uros Bizjak

re PR rtl-optimization/57032 (internal compiler error: Max. number of generated…

re PR rtl-optimization/57032 (internal compiler error: Max. number of generated reload insns per insn is achieved (90))

	PR target/57032
	Revert:
	2013-03-17  Uros Bizjak  <ubizjak@gmail.com>

	* config/alpha/alpha.c (TARGET_LRA_P): New define.

From-SVN: r198145
parent 6a4b1a00
2013-04-22 Uros Bizjak <ubizjak@gmail.com>
PR target/57032
Revert:
2013-03-17 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (TARGET_LRA_P): New define.
2013-04-22 James Greenhalgh <james.greenhalgh@arm.com> 2013-04-22 James Greenhalgh <james.greenhalgh@arm.com>
* coretypes.h (gimple_stmt_iterator_d): Forward declare. * coretypes.h (gimple_stmt_iterator_d): Forward declare.
......
...@@ -9871,9 +9871,6 @@ alpha_canonicalize_comparison (int *code, rtx *op0, rtx *op1, ...@@ -9871,9 +9871,6 @@ alpha_canonicalize_comparison (int *code, rtx *op0, rtx *op1,
#undef TARGET_LEGITIMATE_ADDRESS_P #undef TARGET_LEGITIMATE_ADDRESS_P
#define TARGET_LEGITIMATE_ADDRESS_P alpha_legitimate_address_p #define TARGET_LEGITIMATE_ADDRESS_P alpha_legitimate_address_p
#undef TARGET_LRA_P
#define TARGET_LRA_P hook_bool_void_true
#undef TARGET_CONDITIONAL_REGISTER_USAGE #undef TARGET_CONDITIONAL_REGISTER_USAGE
#define TARGET_CONDITIONAL_REGISTER_USAGE alpha_conditional_register_usage #define TARGET_CONDITIONAL_REGISTER_USAGE alpha_conditional_register_usage
......
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