projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aebfb7
)
ipa: fix warning in ipa-prop.c
author
Jan Hubicka
<jh@suse.cz>
Tue, 28 Jan 2020 21:44:36 +0000
(22:44 +0100)
committer
Jan Hubicka
<jh@suse.cz>
Tue, 28 Jan 2020 21:44:36 +0000
(22:44 +0100)
* ipa-prop.c (update_indirect_edges_after_inlining):
gcc/ChangeLog
patch
|
blob
|
history
gcc/ipa-prop.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8d60dcf0864f4c44a1baf97a35bb5e47d034e807..7346b2c3b31ea6befdd3e28fe71a386aa1686734 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2020-01-28 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-prop.c (update_indirect_edges_after_inlining):
+
2020-01-28 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/93272
diff --git
a/gcc/ipa-prop.c
b/gcc/ipa-prop.c
index 7b97154f5016c848bbde4b52d1f52d8c6d44fced..a77130ded397825a2f0948177539b26b140c4b1c 100644
(file)
--- 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)