diff options
Diffstat (limited to 'gcc/tree-predcom.c')
-rw-r--r-- | gcc/tree-predcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index ecea3ed..7348985 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -350,7 +350,7 @@ static bitmap looparound_phis; /* Cache used by tree_to_aff_combination_expand. */ -static struct pointer_map_t *name_expansions; +static hash_map<tree, name_expansion *> *name_expansions; /* Dumps data reference REF to FILE. */ |