]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-structalias / pta: Fix *more* GNU coding style deviations
authorFilip Kastl <fkastl@suse.cz>
Thu, 17 Jul 2025 12:52:59 +0000 (14:52 +0200)
committerFilip Kastl <fkastl@suse.cz>
Thu, 17 Jul 2025 12:58:00 +0000 (14:58 +0200)
commitfcf22e1764b3c242cf6b240b71a46403c7f112ae
tree51029703585264091bd815e6dd589044330dfc9e
parentaa143261bdf6db4334b3fcad7768b53e231f998e
tree-ssa-structalias / pta: Fix *more* GNU coding style deviations

This continues my previous commit, where I fixed some deviations from
GNU coding style in pta files.  This should fix all the remaining issues
that contrib/check_GNU_style.py can detect (excluding false positives).

Commiting as obvious.

gcc/ChangeLog:

* tree-ssa-structalias.cc (lookup_vi_for_tree): Fix GNU style.
(process_constraint): Fix GNU style.
(get_constraint_for_component_ref): Fix GNU style.
(get_constraint_for_1): Fix GNU style.
(get_function_part_constraint): Fix GNU style.
(handle_lhs_call): Fix GNU style.
(find_func_aliases_for_builtin_call): Fix GNU style.
(find_func_aliases): Fix GNU style.
(find_func_clobbers): Fix GNU style.
(struct shared_bitmap_hasher): Fix GNU style.
(shared_bitmap_hasher::hash): Fix GNU style.
(pt_solution_includes_global): Fix GNU style.
(init_base_vars): Fix GNU style.
(visit_loadstore): Fix GNU style.
(compute_dependence_clique): Fix GNU style.
(struct pt_solution): Fix GNU style.
(ipa_pta_execute): Fix GNU style.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
gcc/tree-ssa-structalias.cc