]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-structalias / pta: Fix some GNU coding style deviations
authorFilip Kastl <fkastl@suse.cz>
Thu, 17 Jul 2025 12:30:11 +0000 (14:30 +0200)
committerFilip Kastl <fkastl@suse.cz>
Thu, 17 Jul 2025 12:30:11 +0000 (14:30 +0200)
commita33f9d1cb7f239b399e36dfecb2ed9919cab20f9
treefd2b1100d50a074a3fc8f6ebf0406c4a334174c8
parentc139a8814456f4f13202170600f2e28b1498830b
tree-ssa-structalias / pta: Fix some GNU coding style deviations

Fix some deviations from GNU coding style in pta files as reported by
contrib/check_GNU_style.py.  Most of these are "dot, space, space, end
of comment".

Commiting as obvious.

gcc/ChangeLog:

* pta-andersen.cc (struct constraint_graph): Fix GNU style.
(constraint_equal): Fix GNU style.
(set_union_with_increment): Fix GNU style.
(insert_into_complex): Fix GNU style.
(merge_node_constraints): Fix GNU style.
(unify_nodes): Fix GNU style.
(do_ds_constraint): Fix GNU style.
(scc_info::scc_info): Fix GNU style.
(find_indirect_cycles): Fix GNU style.
(equiv_class_lookup_or_add): Fix GNU style.
(label_visit): Fix GNU style.
(dump_pred_graph): Fix GNU style.
(perform_var_substitution): Fix GNU style.
(eliminate_indirect_cycles): Fix GNU style.
(solve_graph): Fix GNU style.
(solve_constraints): Fix GNU style.
* tree-ssa-structalias.cc (first_vi_for_offset): Fix GNU style.
(debug_constraint): Fix GNU style.
* tree-ssa-structalias.h (struct constraint_expr): Fix GNU
style.
(struct variable_info): Fix GNU style.

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