summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-outof-ssa.h')
-rw-r--r--gcc/tree-outof-ssa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-outof-ssa.h b/gcc/tree-outof-ssa.h
index 687e5a5a74f..60b63798073 100644
--- a/gcc/tree-outof-ssa.h
+++ b/gcc/tree-outof-ssa.h
@@ -39,9 +39,9 @@ struct ssaexpand
a pseudos REG). */
rtx *partition_to_pseudo;
- /* If partition I contains an SSA name that has a default def,
- bit I will be set in this bitmap. */
- bitmap partition_has_default_def;
+ /* If partition I contains an SSA name that has a default def for a
+ parameter, bit I will be set in this bitmap. */
+ bitmap partitions_for_parm_default_defs;
};
/* This is the singleton described above. */