Re: [PATCH 3/3] go: use htab_eq_string in godump

2021-05-06 Thread Richard Biener via Gcc-patches
On Thu, May 6, 2021 at 12:44 AM Tom Tromey wrote: > > This changes godump to use the new htab_eq_string function. OK. > gcc > > * godump.c (string_hash_eq): Remove. > (go_finish): Use htab_eq_string. > --- > gcc/godump.c | 14 +++--- > 1 file changed, 3 insertions(+), 11

[PATCH 3/3] go: use htab_eq_string in godump

2021-05-05 Thread Tom Tromey
This changes godump to use the new htab_eq_string function. gcc * godump.c (string_hash_eq): Remove. (go_finish): Use htab_eq_string. --- gcc/godump.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gcc/godump.c b/gcc/godump.c index 7864d9d63e5