aboutsummaryrefslogtreecommitdiff
path: root/gcc/multiple_target.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/multiple_target.c')
-rw-r--r--gcc/multiple_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/multiple_target.c b/gcc/multiple_target.c
index 329b60a..5be3980 100644
--- a/gcc/multiple_target.c
+++ b/gcc/multiple_target.c
@@ -42,7 +42,7 @@ static void
create_dispatcher_calls (struct cgraph_node *node)
{
cgraph_edge *e;
- cgraph_edge *e_next;
+ cgraph_edge *e_next = NULL;
/* We need to remember NEXT_CALLER as it could be modified in the loop. */
for (e = node->callers; e ;e = (e == NULL) ? e_next : e->next_caller)