emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET not specified.
* emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET not specified. From-SVN: r52221
This commit is contained in:
parent
12e85a0e1d
commit
fa1591cb15
@ -1,3 +1,8 @@
|
||||
Fri Apr 12 08:06:54 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
|
||||
not specified.
|
||||
|
||||
Fri Apr 12 12:11:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
|
||||
|
@ -1987,7 +1987,7 @@ widen_memory_access (memref, mode, offset)
|
||||
|
||||
/* If we don't know what offset we were at within the expression, then
|
||||
we can't know if we've overstepped the bounds. */
|
||||
if (! memoffset && offset != 0)
|
||||
if (! memoffset)
|
||||
expr = NULL_TREE;
|
||||
|
||||
while (expr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user