diff options
Diffstat (limited to 'gcc/ipa-inline.c')
| -rw-r--r-- | gcc/ipa-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 2103870..05bc8e7 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -1757,7 +1757,7 @@ speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining) to an ipa-cp clone (that are seen by having local flag set), it is probably pointless to inline it unless hardware is missing indirect call predictor. */ - if (!anticipate_inlining && !target->local.local) + if (!anticipate_inlining && !target->local) return false; /* For overwritable targets there is not much to do. */ if (!can_inline_edge_p (e, false) |
