Commit 96092404 by Chung-Ju Wu Committed by Chung-Ju Wu

nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor of using optimize_size.

	* config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
	of using optimize_size.

From-SVN: r210137
parent 157a50f9
2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
of using optimize_size.
2014-05-06 Mike Stump <mikestump@comcast.net>
* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
......
......@@ -553,7 +553,7 @@ enum nds32_builtins
/* Tell IRA to use the order we define rather than messing it up with its
own cost calculations. */
#define HONOR_REG_ALLOC_ORDER 1
#define HONOR_REG_ALLOC_ORDER optimize_size
/* The number of consecutive hard regs needed starting at
reg "regno" for holding a value of mode "mode". */
......
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