aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra-colorize.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ra-colorize.c')
-rw-r--r--gcc/ra-colorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-colorize.c b/gcc/ra-colorize.c
index 80e6e6ccf71..d29eb8ff031 100644
--- a/gcc/ra-colorize.c
+++ b/gcc/ra-colorize.c
@@ -2050,7 +2050,7 @@ insert_coalesced_conflicts ()
web conflicts with it's alias (see
non_conflicting_for_combine). In that case we come here
with tweb and wl->t being equal. */
- && tweb->id != wl->t->id
+ && tweb->id != alias (wl->t)->id
&& hard_regs_intersect_p (&tweb->usable_regs,
&wl->t->usable_regs))
{