diff options
author | Kito Cheng <kito@0xlab.org> | 2014-05-02 06:03:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-05-02 00:03:22 -0600 |
commit | ed15c5984e10f6556dffdf397accff804bf60a7c (patch) | |
tree | 1c1189af105b1fefc74dac9b1e109c58d2d0656f /gcc/config/nds32/nds32.h | |
parent | 4bd2511b3c0f8bf4d447d5765c0b3a247c66ca89 (diff) | |
download | gcc-ed15c5984e10f6556dffdf397accff804bf60a7c.zip gcc-ed15c5984e10f6556dffdf397accff804bf60a7c.tar.gz gcc-ed15c5984e10f6556dffdf397accff804bf60a7c.tar.bz2 |
defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER to a C expression marco.
2014-02-26 Kito Cheng <kito@0xlab.org>
* defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
to a C expression marco.
* ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
* config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
* config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
* doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
HONOR_REG_ALLOC_ORDER.
* doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
From-SVN: r210000
Diffstat (limited to 'gcc/config/nds32/nds32.h')
-rw-r--r-- | gcc/config/nds32/nds32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/nds32/nds32.h b/gcc/config/nds32/nds32.h index 38847e5..8f966ec 100644 --- a/gcc/config/nds32/nds32.h +++ b/gcc/config/nds32/nds32.h @@ -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 +#define HONOR_REG_ALLOC_ORDER 1 /* The number of consecutive hard regs needed starting at reg "regno" for holding a value of mode "mode". */ |