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>
}
}
-/* Create varinfo structures for all of the variables in the
- function for intraprocedural mode. */
+/* Create varinfo structures for parameters, return value and the static
+ chain of FN. Intended for intraprocedural mode. */
static void
intra_create_variable_infos (struct function *fn)