aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.h
diff options
context:
space:
mode:
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-22 09:45:29 +0000
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-22 09:45:29 +0000
commit10d560f3ae82e9bbd1eb3e874f4d901e3a253e74 (patch)
tree0ae355ae4b4b6915af789a3bed76132965de9f85 /gcc/ipa-prop.h
parent1a036a3b458c7df845106c84ed9207bdd077c28f (diff)
2010-07-22 Martin Jambor <mjambor@suse.cz>
* ipa-prop.h (struct ipa_node_params): Updated comment. (struct ipa_edge_args): Likewise. * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r--gcc/ipa-prop.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h
index c73367a4945..2a28aa3ce38 100644
--- a/gcc/ipa-prop.h
+++ b/gcc/ipa-prop.h
@@ -170,9 +170,8 @@ struct ipa_param_descriptor
parameters (such as ipa-cp). */
struct ipa_node_params
{
- /* Number of formal parameters of this function. When set to 0,
- this function's parameters would not be analyzed by the different
- stages of IPA CP. */
+ /* Number of formal parameters of this function. When set to 0, this
+ function's parameters would not be analyzed by IPA CP. */
int param_count;
/* Whether this function is called with variable number of actual
arguments. */
@@ -251,9 +250,8 @@ ipa_is_called_with_var_arguments (struct ipa_node_params *info)
-/* ipa_edge_args stores information related to a callsite and particularly
- its arguments. It is pointed to by a field in the
- callsite's corresponding cgraph_edge. */
+/* ipa_edge_args stores information related to a callsite and particularly its
+ arguments. It can be accessed by the IPA_EDGE_REF macro. */
typedef struct GTY(()) ipa_edge_args
{
/* Number of actual arguments in this callsite. When set to 0,