diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 66980ff6956..dd5d9e500ed 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -398,7 +398,7 @@ sra_elt_hash (const void *x) /* Take into account everything back up the chain. Given that chain lengths are rarely very long, this should be acceptable. If we - truely identify this as a performance problem, it should work to + truly identify this as a performance problem, it should work to hash the pointer value "e->parent". */ for (p = e->parent; p ; p = p->parent) h = (h * 65521) ^ sra_hash_tree (p->element); |