diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-02-05 11:36:25 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-02-05 11:36:25 +0100 |
commit | bfce27245b07beb03c41fef0f9f833849b05c28d (patch) | |
tree | aaf8c359b45f4d3518a4483e646332780fdd132b /gcc/tree-ssa-alias.c | |
parent | b843bcb89519293404bb00d2ed09aae529b54d7f (diff) | |
download | gcc-bfce27245b07beb03c41fef0f9f833849b05c28d.zip gcc-bfce27245b07beb03c41fef0f9f833849b05c28d.tar.gz gcc-bfce27245b07beb03c41fef0f9f833849b05c28d.tar.bz2 |
Fix up comment typo.
2020-02-05 Jakub Jelinek <jakub@redhat.com>
* tree-ssa-alias.c (aliasing_matching_component_refs_p): Fix up
function comment typo.
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r-- | gcc/tree-ssa-alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index 670676f..c7e6679 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -856,7 +856,7 @@ type_has_components_p (tree type) /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2 respectively are either pointing to same address or are completely - disjoint. If PARITAL_OVERLAP is true, assume that outermost arrays may + disjoint. If PARTIAL_OVERLAP is true, assume that outermost arrays may just partly overlap. Try to disambiguate using the access path starting from the match |