diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-09-25 08:23:21 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-09-25 08:23:21 -0400 |
commit | e90d3cbbcded0e203eb3af8785a1006c53ed4569 (patch) | |
tree | 47c8eb64fbbf68c02ce730730a7a671cd17eac7f /gcc | |
parent | 09bf0250890c620542d352b1d5cf001a055fbd66 (diff) | |
download | gcc-e90d3cbbcded0e203eb3af8785a1006c53ed4569.zip gcc-e90d3cbbcded0e203eb3af8785a1006c53ed4569.tar.gz gcc-e90d3cbbcded0e203eb3af8785a1006c53ed4569.tar.bz2 |
(eliminate_regs): Use new macros LOAD_EXTEND_OP and WORD_REGISTER_OPERATION...
(eliminate_regs): Use new macros LOAD_EXTEND_OP and
WORD_REGISTER_OPERATION instead of BYTE_LOADS_*_EXTEND and
LOAD_EXTEND.
From-SVN: r5476
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 36eb125..59b014f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2882,7 +2882,7 @@ eliminate_regs (x, mem_mode, insn) if (GET_CODE (new) == MEM && (GET_MODE_SIZE (GET_MODE (x)) <= GET_MODE_SIZE (GET_MODE (new))) -#if defined(BYTE_LOADS_ZERO_EXTEND) || defined(BYTE_LOADS_SIGN_EXTEND) +#ifdef LOAD_EXTEND_OP /* On these machines we will be reloading what is inside the SUBREG if it originally was a pseudo and the inner and outer modes are both a word or |