aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genmatch.c')
-rw-r--r--gcc/genmatch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/genmatch.c b/gcc/genmatch.c
index b0b9290..195dc3c 100644
--- a/gcc/genmatch.c
+++ b/gcc/genmatch.c
@@ -395,9 +395,7 @@ get_operator (const char *id)
return 0;
}
-typedef simple_hashmap_traits<nofree_string_hash> capture_id_map_hasher;
-
-typedef hash_map<const char *, unsigned, capture_id_map_hasher> cid_map_t;
+typedef hash_map<nofree_string_hash, unsigned> cid_map_t;
/* The AST produced by parsing of the pattern definitions. */