]> git.ipfire.org Git - thirdparty/gcc.git/commit
pta: Fix comment of intra_create_variable_infos
authorFilip Kastl <fkastl@suse.cz>
Thu, 29 Jan 2026 15:01:33 +0000 (16:01 +0100)
committerFilip Kastl <fkastl@suse.cz>
Thu, 29 Jan 2026 15:03:52 +0000 (16:03 +0100)
commit07cbb8cdcef287cf4b481a536cce69ef34b32478
treed334a0bff7230ed20b3ee2fe04595bfc4264d60f
parent6f7c038eee71e519571df5741413f0547fbe85a7
pta: Fix comment of intra_create_variable_infos

The comment says that this function creates varinfos for *all*
variables in a function.  Meanwhile, it only creates varinfos for
parameters, the return value and the static chain.

Commiting as obvious.

gcc/ChangeLog:

* gimple-ssa-pta-constraints.cc (make_param_constraints): Adjust
comment: The function only creates varinfos for the parameters,
the return value and the static chain.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
gcc/gimple-ssa-pta-constraints.cc