unuglyfying code
From-SVN: r35206
This commit is contained in:
parent
fe3439b066
commit
4eeaee5d07
1 changed files with 3 additions and 0 deletions
|
@ -934,10 +934,13 @@ general_operand (op, mode)
|
|||
if (code == MEM)
|
||||
{
|
||||
register rtx y = XEXP (op, 0);
|
||||
|
||||
if (! volatile_ok && MEM_VOLATILE_P (op))
|
||||
return 0;
|
||||
|
||||
if (GET_CODE (y) == ADDRESSOF)
|
||||
return 1;
|
||||
|
||||
/* Use the mem's mode, since it will be reloaded thus. */
|
||||
mode = GET_MODE (op);
|
||||
GO_IF_LEGITIMATE_ADDRESS (mode, y, win);
|
||||
|
|
Loading…
Add table
Reference in a new issue