Commit b3f2b048 by Martin Liska Committed by Martin Liska

Revert a hunk from r261322 (PR lto/88876).

2019-02-12  Martin Liska  <mliska@suse.cz>

	PR lto/88876
	* ipa-pure-const.c (propagate_pure_const): Revert hunk as
	we need default values of funct_state for a function that
	is not optimized.

From-SVN: r268795
parent f9f75f8d
2019-02-12 Martin Liska <mliska@suse.cz>
PR lto/88876
* ipa-pure-const.c (propagate_pure_const): Revert hunk as
we need default values of funct_state for a function that
is not optimized.
2019-02-12 Eric Botcazou <ebotcazou@adacore.com> 2019-02-12 Eric Botcazou <ebotcazou@adacore.com>
* asan.c (asan_expand_mark_ifn): Take into account the alignment of * asan.c (asan_expand_mark_ifn): Take into account the alignment of
......
...@@ -1498,7 +1498,8 @@ propagate_pure_const (void) ...@@ -1498,7 +1498,8 @@ propagate_pure_const (void)
} }
if (avail > AVAIL_INTERPOSABLE) if (avail > AVAIL_INTERPOSABLE)
{ {
funct_state y_l = funct_state_summaries->get (y); funct_state y_l = funct_state_summaries->get_create (y);
if (dump_file && (dump_flags & TDF_DETAILS)) if (dump_file && (dump_flags & TDF_DETAILS))
{ {
fprintf (dump_file, fprintf (dump_file,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment