ipa-cp (set_single_call_flag): Remove too restrictive assert.

* ipa-cp (set_single_call_flag): Remove too
	restrictive assert.

From-SVN: r221880
This commit is contained in:
Ilya Enkovich 2015-04-06 15:58:37 +00:00 committed by Ilya Enkovich
parent a51df54e48
commit 6f0250431c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
* ipa-cp (set_single_call_flag): Remove too
restrictive assert.
2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
* config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call

View File

@ -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;
}