(eliminate_regs): Fix typo in BYTE_LOADS_ZERO_EXTEND.
From-SVN: r4823
This commit is contained in:
parent
1e72f68fc5
commit
9f8373c352
@ -2869,7 +2869,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(BYTES_LOADS_ZERO_EXTEND) || defined(BYTE_LOADS_SIGN_EXTEND)
|
||||
#if defined(BYTE_LOADS_ZERO_EXTEND) || defined(BYTE_LOADS_SIGN_EXTEND)
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user