Commit bfce2724 by Jakub Jelinek

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.
parent b843bcb8
2020-02-05 Jakub Jelinek <jakub@redhat.com> 2020-02-05 Jakub Jelinek <jakub@redhat.com>
* tree-ssa-alias.c (aliasing_matching_component_refs_p): Fix up
function comment typo.
PR middle-end/93555 PR middle-end/93555
* omp-simd-clone.c (expand_simd_clones): If simd_clone_mangle or * omp-simd-clone.c (expand_simd_clones): If simd_clone_mangle or
simd_clone_create failed when i == 0, adjust clone->nargs by simd_clone_create failed when i == 0, adjust clone->nargs by
......
...@@ -14477,7 +14477,7 @@ ...@@ -14477,7 +14477,7 @@
(aapcs_layout_arg): New function. (aapcs_layout_arg): New function.
(arm_init_cumulative_args): Initialize AAPCS args data. (arm_init_cumulative_args): Initialize AAPCS args data.
(arm_function_arg): Handle AAPCS variants using new interface. (arm_function_arg): Handle AAPCS variants using new interface.
(arm_arg_parital_bytes): Likewise. (arm_arg_partial_bytes): Likewise.
(arm_function_arg_advance): New function. (arm_function_arg_advance): New function.
(arm_function_ok_for_sibcall): Ensure that sibling calls agree on (arm_function_ok_for_sibcall): Ensure that sibling calls agree on
calling conventions. calling conventions.
...@@ -856,7 +856,7 @@ type_has_components_p (tree type) ...@@ -856,7 +856,7 @@ type_has_components_p (tree type)
/* MATCH1 and MATCH2 which are part of access path of REF1 and REF2 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
respectively are either pointing to same address or are completely 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. just partly overlap.
Try to disambiguate using the access path starting from the match Try to disambiguate using the access path starting from the match
......
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