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 23d1df9..c3771f1 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -1691,7 +1691,7 @@ execute_split_functions (void) /* This can be relaxed; function might become inlinable after splitting away the uninlinable part. */ if (ipa_fn_summaries - && !ipa_fn_summaries->get (node)->inlinable) + && !ipa_fn_summaries->get_create (node)->inlinable) { if (dump_file) fprintf (dump_file, "Not splitting: not inlinable.\n"); |