diff options
Diffstat (limited to 'gcc/ra-rewrite.c')
-rw-r--r-- | gcc/ra-rewrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-rewrite.c b/gcc/ra-rewrite.c index 451762671ff..61645e22a1d 100644 --- a/gcc/ra-rewrite.c +++ b/gcc/ra-rewrite.c @@ -550,7 +550,7 @@ remember_slot (list, x) } /* Given two rtx' S1 and S2, either being REGs or MEMs (or SUBREGs - thereof), return non-zero, if they overlap. REGs and MEMs don't + thereof), return nonzero, if they overlap. REGs and MEMs don't overlap, and if they are MEMs they must have an easy address (plus (basereg) (const_inst x)), otherwise they overlap. */ |