Fix nonspec_time when there is no cached value.
authorJan Hubicka <hubicka@ucw.cz>
Sat, 16 Nov 2019 09:51:09 +0000 (10:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 16 Nov 2019 09:51:09 +0000 (09:51 +0000)
commit23ff8c05804c2d3fc6e9179d2e9c2940ae53d592
treeeb076794121af38d2f19d07062e9a403f264d6e2
parent6d1402f0edf15480a1eb37141bc165cab5bca508
Fix nonspec_time when there is no cached value.

* ipa-inline.h (do_estimate_edge_time): Add nonspec_time
parameter.
(estimate_edge_time): Use it.
* ipa-inline-analysis.c (do_estimate_edge_time): Add
ret_nonspec_time parameter.

From-SVN: r278333
gcc/ChangeLog
gcc/ipa-inline-analysis.c
gcc/ipa-inline.h