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
This commit is contained in:
parent
157a50f99c
commit
9609240458
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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". */
|
||||
|
|
Loading…
Add table
Reference in a new issue