From: Jan Hubicka Date: Tue, 28 Jan 2020 21:44:36 +0000 (+0100) Subject: ipa: fix warning in ipa-prop.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99eb1a824a69eb390bc104a1b91f901773866dd4;p=gcc.git ipa: fix warning in ipa-prop.c * ipa-prop.c (update_indirect_edges_after_inlining): --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8d60dcf0864..7346b2c3b31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-28 Jan Hubicka + + * ipa-prop.c (update_indirect_edges_after_inlining): + 2020-01-28 Vladimir Makarov PR rtl-optimization/93272 diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 7b97154f501..a77130ded39 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -3787,7 +3787,7 @@ update_indirect_edges_after_inlining (struct cgraph_edge *cs, param_index = ici->param_index; jfunc = ipa_get_ith_jump_func (top, param_index); - cgraph_node *spec_target; + cgraph_node *spec_target = NULL; /* FIXME: This may need updating for multiple calls. */ if (ie->speculative)