diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index f104ff586dc..868b7de3398 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -1541,7 +1541,7 @@ invalidate (x, full_mode) register unsigned hash = HASH (x, GET_MODE (x)); /* Remove REGNO from any quantity list it might be on and indicate - that it's value might have changed. If it is a pseudo, remove its + that its value might have changed. If it is a pseudo, remove its entry from the hash table. For a hard register, we do the first two actions above for any |