Commit fa1591cb by Richard Kenner Committed by Richard Kenner

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
parent 12e85a0e
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment