diff options
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index eb1f4c3..b8e6440 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -1742,7 +1742,7 @@ execute_split_functions (void) } /* This can be relaxed; function might become inlinable after splitting away the uninlinable part. */ - if (inline_edge_summary_vec.exists () + if (inline_summaries && !inline_summaries->get (node)->inlinable) { if (dump_file) |