diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 3fcb172..6603cb4 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -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) |