aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r--gcc/tree-inline.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index 3a47d97..58af9cd 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -36,7 +36,6 @@ enum copy_body_cge_which
};
typedef int_hash <unsigned short, 0> dependence_hash;
-typedef simple_hashmap_traits <dependence_hash> dependence_hasher;
/* Data required for function body duplication. */
@@ -148,7 +147,7 @@ struct copy_body_data
/* A map from the inlined functions dependence info cliques to
equivalents in the function into which it is being inlined. */
- hash_map<unsigned short, unsigned short, dependence_hasher> *dependence_map;
+ hash_map<dependence_hash, unsigned short> *dependence_map;
};
/* Weights of constructions for estimate_num_insns. */