From a62bfab5d2a332925fcf10c45b4c5d8ca499439d Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 30 Oct 2019 07:55:39 +0000 Subject: Remove cgraph_global_info. From-SVN: r277600 --- gcc/ipa-profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ipa-profile.c') diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index 970dba3..50a54eb 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -326,8 +326,8 @@ ipa_propagate_frequency_1 (struct cgraph_node *node, void *data) if (profile_info && !(edge->callee->count.ipa () == profile_count::zero ()) && (edge->caller->frequency != NODE_FREQUENCY_UNLIKELY_EXECUTED - || (edge->caller->global.inlined_to - && edge->caller->global.inlined_to->frequency + || (edge->caller->inlined_to + && edge->caller->inlined_to->frequency != NODE_FREQUENCY_UNLIKELY_EXECUTED))) d->maybe_unlikely_executed = false; if (edge->count.ipa ().initialized_p () -- cgit v1.1