Commit 566f31a4 by Chung-Ju Wu Committed by Chung-Ju Wu

[NDS32] Fix wrong MAX_REGS_PER_ADDRESS value.

gcc/
	* config/nds32/nds32.h (MAX_REGS_PER_ADDRESS): Fix the value.

From-SVN: r258629
parent 08ed6d29
2018-03-18 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.h (MAX_REGS_PER_ADDRESS): Fix the value.
2018-03-18 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Define.
2018-03-18 Chung-Ju Wu <jasonwucj@gmail.com>
......
......@@ -851,7 +851,7 @@ enum reg_class
#define CONSTANT_ADDRESS_P(x) (CONSTANT_P (x) && GET_CODE (x) != CONST_DOUBLE)
#define MAX_REGS_PER_ADDRESS 2
#define MAX_REGS_PER_ADDRESS 3
/* Anchored Addresses. */
......
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