diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 8d205fdf384..7d2788d6ae3 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -203,7 +203,7 @@ static hashval_t redirection_data_hash (const void *p) { edge e = ((struct redirection_data *)p)->outgoing_edge; - return htab_hash_pointer (e); + return e->dest->index; } static int |