Commit efc981bb by Richard Henderson

Fix comment typo.

From-SVN: r47437
parent a1fa5544
...@@ -1799,7 +1799,7 @@ nonoverlapping_memrefs_p (x, y) ...@@ -1799,7 +1799,7 @@ nonoverlapping_memrefs_p (x, y)
offsety += INTVAL (MEM_OFFSET (y)), sizey -= INTVAL (MEM_OFFSET (y)); offsety += INTVAL (MEM_OFFSET (y)), sizey -= INTVAL (MEM_OFFSET (y));
/* If a memref has both a size and an offset, we can use the smaller size. /* If a memref has both a size and an offset, we can use the smaller size.
We can't do this is the offset isn't know because we must view this We can't do this if the offset isn't known because we must view this
memref as being anywhere inside the DECL's MEM. */ memref as being anywhere inside the DECL's MEM. */
if (MEM_SIZE (x) && MEM_OFFSET (x)) if (MEM_SIZE (x) && MEM_OFFSET (x))
sizex = INTVAL (MEM_SIZE (x)); sizex = INTVAL (MEM_SIZE (x));
......
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