aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
diff options
context:
space:
mode:
authorIlya Enkovich <ilya.enkovich@intel.com>2015-04-06 15:58:37 +0000
committerIlya Enkovich <ienkovich@gcc.gnu.org>2015-04-06 15:58:37 +0000
commit6f0250431c61af7dcc7066437674d87300b386da (patch)
tree379bb09dac4c8160c1a790b841725100aadd49b8 /gcc/ipa-cp.c
parenta51df54e487cf1e03b6d01ffa2446a69e2b25c79 (diff)
downloadgcc-6f0250431c61af7dcc7066437674d87300b386da.zip
gcc-6f0250431c61af7dcc7066437674d87300b386da.tar.gz
gcc-6f0250431c61af7dcc7066437674d87300b386da.tar.bz2
ipa-cp (set_single_call_flag): Remove too restrictive assert.
* ipa-cp (set_single_call_flag): Remove too restrictive assert. From-SVN: r221880
Diffstat (limited to 'gcc/ipa-cp.c')
-rw-r--r--gcc/ipa-cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c
index d9aa92e..bfe4821 100644
--- a/gcc/ipa-cp.c
+++ b/gcc/ipa-cp.c
@@ -839,7 +839,6 @@ set_single_call_flag (cgraph_node *node, void *)
cs = cs->next_caller;
if (cs)
{
- gcc_assert (!cs->next_caller);
IPA_NODE_REF (cs->caller)->node_calling_single_call = true;
return true;
}